Diff
Differences From Artifact [92fc7a9153]:
- File channels/jamendo.py — part of check-in [8759215e26] at 2015-04-20 23:18:58 on branch trunk — Shorten "Ogg Vorbis 112kbit/s" option name (was expanding the general settings dialog too much). (user: mario, size: 14700) [annotate] [blame] [check-ins using]
To Artifact [43417ad008]:
- File channels/jamendo.py — part of check-in [ebae9e51ac] at 2015-04-21 06:05:56 on branch trunk — Replace old __print__/dbg.XYZ references with new log.XYZ() wrapper. (user: mario, size: 14681) [annotate] [blame] [check-ins using]
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + | # back directly. Playlists and albums now require a roundtrip over the action # module to extract the JAMJson format into pls/m3u/xspf. (The previous v2 API # retrieval is going to become inaccessible soon.) import re import ahttp as http |