-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with audio smart playlists #47
Comments
Could you pls give me more details? What are smart playlists? Where can I see this kind of playlist? |
The smart playlists which was introduced. |
@brendongl Let me know if this change works for you. BTW: I',m no very happy with the code since I haven't found a way to add an item of type 'smart playlist' to a playlist (object) by using the API. That's why I've implemented a workaround and do this by utilizing jsonrpc (ident. to the web client) json_rpc(jsonmethod="Playlist.Clear", params=[playListId])
json_rpc(jsonmethod="Playlist.Insert", params=[
playListId, 0, {"directory": path}])
player.play() |
EDIT: xbmc.executebuiltin('PlayMedia("%s","isdir")' % url) |
Issue will be closed |
It shows files playing as the playlist night.xsp123.mp3
Any workaround other than manually creating normal playlists?
The text was updated successfully, but these errors were encountered: