mountpoint name is back with ".mp3" ".ogg"
ChoiZ opened this issue · 10 comments
The extension ".mp3" is back on mountpoint name in 0.7 ;)
We remove it in 0.6.6.
It's not present on my config. Are you specifying one in the config file?
I think no, I only add serverdefault node and update media, dir to source. It's the same config i use for 0.6.6
Whats' in the serverdefault node?
Maybe we should set the whole mountpoint explicitely in the config, i.e. replacing shortname by mountpoint?
The logic on mountpoint naming in 0.7 is as follows:
Use station:server:mountpoint
if specified, OR
Use station:info:short_name
if specified, OR
Use the string default
.
Appending the media type is now set by the station:server:appendtype
option. Set it to 1 to append the media format to the end of the specified mountpoint (ie, /station.mp3
). Set to 0 to suppress it (ie, /station
). Default is 1 (append it).
Should the default be 0 instead (if 0.6.6 did indeed change behavior to suppress)?
Maybe yes because it seems that Itunes and other nasty player have bugs with streams urls including an extension. @ChoiZ can you confirm this?
See #68 - default for appendtype
is now 0 (suppress output) to match readme notes from 0.6.6
Nice it's works like a charm.