You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there Arthur, I think I found a bug.
I saved some youtube music as a favorite stream, and they did work for a while (I guess till the temp file is deleted?).
Today I wanted to hear the saved things and none of them work, they dont even get added to the playlist when you go to favorites and click play on a saved stream (coming from youtube). I had the impression it would re-download and work but it didn't.
On that count, is there a way maybe we can add a "youtube tracks" folder or something on our music collection and have an option to save some tunes there, the ones found thru youtube searches?
It kinda feels like a waste of bandwidth to re-download the same song over and over, and kinda silly to download it manually to add to ompd since it already does that.
Thanks!
The text was updated successfully, but these errors were encountered:
This URL is added to mpd playlist (you can see it using mpc playlist). It contains all information O!MPD needs to correctly display track in NowPlaying (like artist name, track title, cover, etc.) without connecting to YT. When mpd tries to play this track, it sends this URL to O!MPD server (in my case 192.168.1.243) which gets (using youtube-dl) URL of YT audio stream. Next this URL is send back to mpd and music plays.
The problem I see is when one changes address of O!MPD server after adding a track to Favorites - then mpd will try to connect with unavailable address and playback will fail. Maybe it is your case - considering what you described in #172. This need to be corrected - I'll try to do it.
I also found a bug in getYouTubeStreamUrl($url) function - preg_match_all was used instead of preg_match. It caused error in getting stream URL from YT and track wasn't played by mpd even though it was properly displayed in O!MPD. I fixed it in 574d470.
Hi there Arthur, I think I found a bug.
I saved some youtube music as a favorite stream, and they did work for a while (I guess till the temp file is deleted?).
Today I wanted to hear the saved things and none of them work, they dont even get added to the playlist when you go to favorites and click play on a saved stream (coming from youtube). I had the impression it would re-download and work but it didn't.
On that count, is there a way maybe we can add a "youtube tracks" folder or something on our music collection and have an option to save some tunes there, the ones found thru youtube searches?
It kinda feels like a waste of bandwidth to re-download the same song over and over, and kinda silly to download it manually to add to ompd since it already does that.
Thanks!
The text was updated successfully, but these errors were encountered: