Skip to content
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

Repeating the same song over and over #38

Open
goose-ws opened this issue Jan 25, 2021 · 0 comments
Open

Repeating the same song over and over #38

goose-ws opened this issue Jan 25, 2021 · 0 comments

Comments

@goose-ws
Copy link

I've got mopidy set up with the following config:

[core]
data_dir = /var/lib/mopidy
[local]
media_dir = /var/lib/mopidy/media
[audio]
output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send async=false mount=stream.ogg ip=icecast port=8000 password=[redacted]
[m3u]
playlists_dir = /var/lib/mopidy/playlists
[http]
hostname = 0.0.0.0
[mpd]
hostname = 0.0.0.0
[spotify]
username=[redacted]
password = [redacted]
client_id = [redacted]
client_secret = [redacted]
[gmusic]
enabled=false
[soundcloud]
enabled=false
[pandora]
enabled=false

Mopidy works, I am able to access the web interface/iris, and successfully pull up my Spotify stuff. When I play, it does stream to icecast correctly. But it only repeats whatever song I play, never moves to the next item in the queue.

For reference, here's my playback screen:
image

In this case, it just replays "First Dates" over and over, until I skip to the next song, at which point it ends/restarts the stream to Icecast with a new song, which it repeats over and over.

Did I configure something incorrectly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant