06-22-2021, 05:59 PM
Hi there !
I've been using moOde for about a year now, and I can say that I'm absolutely delighted with functionalities and rendering options.
As a fellow user, some ideas have crossed my mind in the last few months.
First of all, I'm an avid music explorer, as such, the YouTube channels I've subscribed to suggest new album that could interest me, so, I wonder if it would be possible to add an option to listen to the youtube video by using, for example, youtube-dl combined with ffplay.
For example :
That would be great to listen to an album with decent quality gear instead of my sh!#y laptop speakers
Also, I like to listen to my music collection by playing albums in their entirety, that's why I use Auto-shuffle in album mode, but sometimes comes an album I don't want to listen to... So, would it be possible to have a skip entire album button to load another album while maintening auto shuffle functionnalities ?
Finally, I've stumbled upon this mpd plugin called blissify (https://github.com/Polochon-street/blissify-rs) and I feel it could be a great addition to an already great player.
Let me know what you think of those ideas, I've been thinking about them for a while, and I think they would be useful to a lot of people besides me
Thanks a lot for your consideration
I've been using moOde for about a year now, and I can say that I'm absolutely delighted with functionalities and rendering options.
As a fellow user, some ideas have crossed my mind in the last few months.
First of all, I'm an avid music explorer, as such, the YouTube channels I've subscribed to suggest new album that could interest me, so, I wonder if it would be possible to add an option to listen to the youtube video by using, for example, youtube-dl combined with ffplay.
For example :
Code:
youtube-dl <QUALITY_OPTIONS> https://YOUTUBE_URL -o - | ffplay -nodisp -autoexit -i -
That would be great to listen to an album with decent quality gear instead of my sh!#y laptop speakers
Also, I like to listen to my music collection by playing albums in their entirety, that's why I use Auto-shuffle in album mode, but sometimes comes an album I don't want to listen to... So, would it be possible to have a skip entire album button to load another album while maintening auto shuffle functionnalities ?
Finally, I've stumbled upon this mpd plugin called blissify (https://github.com/Polochon-street/blissify-rs) and I feel it could be a great addition to an already great player.
Let me know what you think of those ideas, I've been thinking about them for a while, and I think they would be useful to a lot of people besides me
Thanks a lot for your consideration