Replying to my own posts again... :-)

So it seems that the main difference between a playlist that works and
one that doesn't is that the tracks in a playlist that works have their
metadata 'content_type' set to wma. Whereas ones in a playlist that
don't have 'content_type' set to asx.

Editing Slim::Formats::Playlists::ASX and changing:

push @items, $class->_updateMetaData($entry->as_string);

to:

push @items, $class->_updateMetaData($entry->as_string, {
CONTENT_TYPE => 'wma',
});

Makes it work. I can't see where the ASX 3.0 code sets the tracks to
'wma' so I'm not entirely confident this is the right fix.


-- 
mopoke
------------------------------------------------------------------------
mopoke's Profile: http://forums.slimdevices.com/member.php?userid=16865
View this thread: http://forums.slimdevices.com/showthread.php?t=54128

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to