Hi, please see attached screenshot.
core.tracklist.add
core.tracklist.get_tracks
core.playback.play
NULL
Two issues:
What am I missing here?
urg. For future reference if someone else struggles with adding local files, the uri looks as follows (using your own local path): file://localhost/home/pi/python-jukebox/music/Eulb.mp3
file://localhost/home/pi/python-jukebox/music/Eulb.mp3
I was missing the localhost portion from the path.
localhost
IIRC you can use file:///home/.... Note the triple slash.
file:///home/...
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.