Check-in [6780ddd151]
Overview
Comment: | Minor default setting tweaks. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6780ddd151516456f6578e91d7dfd0f0 |
User & Date: | mario on 2014-05-13 03:25:45 |
Other Links: | manifest | tags |
Context
2014-05-13
| ||
03:26 | More Jamendo options, allow to load more than 200 entries each. check-in: 968e584316 user: mario tags: trunk | |
03:25 | Minor default setting tweaks. check-in: 6780ddd151 user: mario tags: trunk | |
03:25 | Regrouped config dialog settings. check-in: 1818d826d6 user: mario tags: trunk | |
Changes
Modified config.py from [e61106e7ac] to [9f0935794a].
︙ | |||
59 60 61 62 63 64 65 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + - + - + | # some defaults def defaults(self): self.browser = "sensible-browser" self.play = { "audio/mp3": "audacious ", # %u for url to .pls, %g for downloaded .m3u "audio/ogg": "audacious ", "audio/aac": "amarok -l ", |
︙ |