Diff
Differences From Artifact [20ff14ace6]:
- File contrib/file.py — part of check-in [9bef9860b6] at 2016-12-26 20:43:58 on branch trunk — Use file:/// urls again. Escape backslashes for Windows now. (user: Oliver, size: 10917) [annotate] [blame] [check-ins using]
To Artifact [5bd012193e]:
- File contrib/file.py — part of check-in [98ce646c0b] at 2016-12-27 21:21:00 on branch trunk — set bitrate to integer 0 always ("n/a" won't work) (user: Oliver, size: 10913) [annotate] [blame] [check-ins using]
245 246 247 248 249 250 251 | 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | - + | "title": "", "filename": fn, "url": "file:///"+url, "genre": "", "album": "", "artist": "", "length": "n/a", |