Diff
Differences From Artifact [acdf73781d]:
- File channels/myoggradio.py — part of check-in [a872fb7d36] at 2015-04-07 19:49:25 on branch trunk — Split up ExtensionsβΊ submenus. Register major plugins (timer, myoggradio, radiotray) as direct menu entries, but complex extensions (exportcat) as subentry still. (user: mario, size: 6256) [annotate] [blame] [check-ins using]
To Artifact [acc966f357]:
- File channels/myoggradio.py — part of check-in [ea628d6426] at 2015-04-08 17:59:53 on branch trunk — Remove extraneous class wrapper action.action. Start to regroup listformat mapping (pls-url β m3u-fn rewrites). Will need some heuristics, as depending just on the channel.listformat assumption won't work in practice (some .pls servers actually host direct server links, or occasionally .m3u references even). Currently does nothing, just returns the pls/etc URL. (user: mario, size: 6244) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
25 26 27 28 29 30 31 | # Beforehand an account needs to be configured in the settings. (Registration # on myoggradio doesn't require an email address or personal information.) # from channels import * from config import * | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # Beforehand an account needs to be configured in the settings. (Registration # on myoggradio doesn't require an email address or personal information.) # from channels import * from config import * import action from uikit import uikit import ahttp as http import re import json from compat2and3 import StringIO import copy |
︙ | ︙ |