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
#34
Yo,

added a new option to "pre-listen" an audio-file without changing the current playlist.
This relates to songs in folder-view or album-view.

I was sometimes annoyed when I was looking for songs to add to my current playlist (even more during runnig playback) that, if I wanted to quickly sneak into a song I had to remove it afterwards from the playlist and seek for the last playing song.

Tim pointed me to a quite simple solution to add the song I want to pre-listen and to remove it afterwards automagically.

Well, there was a bit more work to do- but I'm quite happy with the result Smile

Cheers,

Stephan

https://github.com/Stephanowicz/moOde-au...s/releases
Reply
#35
Hi,

so after the main script has been growing quite big because of the many functions I decided to outsource these as much as possible.
This has the benefit, that they are only loaded if the corresponding option is selected.
During this process I also tried to optimize the code and fixed some little bugs.

The synced lyrics display layout now gets only triggered when necessary - before it has been called every second


In case You want to use the updated addons I would suggest to delete the old folder and upload the new one completely.
- the "addons.js" in top folder also has to be updated!
(If You have a genius clientaccesstoken, don't forget to save the file before)

https://github.com/Stephanowicz/moOde-au...s/tag/v2.0

Cheers and have fun!
Reply


Forum Jump: