Tracks dissapear when I execute play?

Hi, please see attached screenshot.

  • I load the tracks via core.tracklist.add, then verify they are there via core.tracklist.get_tracks.
  • I then execute core.playback.play (which returns a NULL result).
  • When I check core.tracklist.add again, all the tracks are gone.

Two issues:

  1. I can’t play my songs
  2. The tracks disappear once play was called

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

I was missing the localhost portion from the path.

IIRC you can use file:///home/.... Note the triple slash.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.