Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


my moOde Addons-Collection
#31
Updated the Update Big Grin
There was suddenly an error in calculating the text pos of the synced-lyrics in main view - I realized after startup today - yesterday everything was fine - weird Big Grin
Reply
#32
Update:
-- Once more optimizing synced lyrics display: honor the size of previous line and the size of albumart and position the actual line accordingly
-- Bugfix: lyricsquery has no Artist/Title when called from playlist context menue

https://github.com/Stephanowicz/moOde-au...ag/v1.0.21
Reply
#33
Hi,

I created a tiny helper to skip forward/backward to next/previous album or folder in playlist  
(restarts the list if last album is currently playing)  
https://github.com/Stephanowicz/moOde-au...xtalbum.py  
  
Obviously this requires a playlist of local files with an apropiate folder structure  
eg. /xyz/Artist/Album1/Song123.mp3 .... /xyz/Artist/Album2/Song456.mp3  
...at least different folders are required  
eg. /xyz/abc/Song123.mp3 .... /xyz/def/Song456.mp3  
 
calling the script without argument skips forward - add 'back' for skipping backwards  
e.g python mpd_pl_nextalbum.py back  

You may use this with a remotecontrol and lirc  
In Your /etc/lirc/irexec.lircrc You may add smth like this:  


Code:
begin  
prog = irexec  
button = KEY_RIGHT  
config = python /var/www/addons/Stephanowicz/utils/mpd_pl_nextalbum.py  
end  

begin  
prog = irexec  
button = KEY_LEFT  
config = python /var/www/addons/Stephanowicz/utils/mpd_pl_nextalbum.py back  
end  


Chrees, Stephan
Reply


Forum Jump: