mherger wrote: 
> > Weird thing is, when I tap on the "null" entries in my playlist, they
> > actually queue up the correct songs.
> 
> I think you should try to figure out what is adding those track. Disable
> 
> the Playlist Manager plugin and see whether you still have those menus.
> 
> Or ask in a Material thread, whether it's that plugin adding the 
> functionality. Once you've narrowed it down you should try to get in 
> touch with the developer of that plugin.

I'd imagine the issue is with Material, but as I don't use streaming
services its hard to check. "Add to playlist" simply does:


Code:
--------------------
    
  ["playlists", "edit", "playlist_id:<playlist id>", "cmd:add", "url:<track 
url>"]
  
--------------------


I've tested by adding a YouTube track to the queue, click on the track's
three-dotted menu button in the queue and "Add to playlist" - and this
seems to work for me. Playlist has URL and "EXT" entries. e.g.


Code:
--------------------
    
  #EXTM3U
  #EXTURL:youtube://www.youtube.com/v/FhBnW7bZHEE
  #EXTINF:445,Iron Maiden – The Writing On The Wall (Official Video)
  youtube://www.youtube.com/v/FhBnW7bZHEE
  
--------------------



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=105757

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

Reply via email to