antosart / mopidy-cd

A plugin for mopidy for playing music from CD
Apache License 2.0
16 stars 12 forks source link

translate "cd:" to "cdda://" only for playback #3

Closed sarming closed 9 years ago

sarming commented 9 years ago

Currently there are two URI schemes used for Tracks. This leads to problems when using the mpd frontend (with mpdroid at least) as line 42 does not account for one of them. Instead of fixing the symptom this commit get's rid of the cdda:// scheme for Tracks and only uses it for playback.