Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [24a5fe69a1]

Overview
Comment:Add workaround for ArgumentParser, which tries to map config: descriptors onto AP.add_argument(*yikes) params.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 24a5fe69a17765e7fd94431b90884c19b643fbbd
User & Date: mario on 2015-04-06 18:55:12
Original Comment: Add workaround for ArgumentParser, which tries to map config: descriptors onto AP.add_argument() params. (yikes)
Other Links: manifest | tags
Context
2015-04-07
05:51
Move argv initialization to conf.apply_args(). Document config: format for argparse conversion. Enable file=sys.stderr for __print__/debug messages. check-in: 1eea3140f8 user: mario tags: trunk
2015-04-06
18:55
Add workaround for ArgumentParser, which tries to map config: descriptors onto AP.add_argument(*yikes) params. check-in: 24a5fe69a1 user: mario tags: trunk
18:53
Add UserAgentSwitcher plugin. (Just for experimenting really, not required.) check-in: e8c162f72a user: mario tags: trunk
Changes