05-29-2025, 08:33 PM
Hi,
just created a python script that jumps to the next album in a playlist with different albums.
This reminded me of this question here...
So, if You have a playlist with different albums / folders this will do it for You:
https://github.com/Stephanowicz/moOde-au...xtalbum.py
You can call it e.g in the irexec.lircrc with:
Cheers, Stephan
just created a python script that jumps to the next album in a playlist with different albums.
This reminded me of this question here...
So, if You have a playlist with different albums / folders this will do it for You:
https://github.com/Stephanowicz/moOde-au...xtalbum.py
You can call it e.g in the irexec.lircrc with:
Code:
begin
prog = irexec
button = KEY_RIGHT
config = python /var/www/addons/Stephanowicz/utils/mpd_pl_nextalbum.py
end
Cheers, Stephan