You are not logged in.
@nierro: Done.
Last edited by OK100 (2012-07-28 19:20:18)
Offline
Rasi wrote:Does not work with mpd, when mpd is on a remote machine.
You can now set mpd_host and mpd_port in the configuration file (~/.config/lyvi/rc):
mpd_host = localhost mpd_port = 6600
Thanks, works perfectly
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Thank you very much!
Offline
hya
looks really really neat, 2 short questions.
1.can there be an option to save found lyrics localy in the current playing song folder? (as a .lyric text file)
2.can i request support for gmb (http://gmusicbrowser.org/)
best
zeltak
Offline
1.can there be an option to save found lyrics localy in the current playing song folder? (as a .lyric text file)
In config file:
save_lyrics = True
(currently works only for gmb)
2.can i request support for gmb (http://gmusicbrowser.org/)
Done
Last edited by OK100 (2012-07-30 16:20:47)
Offline
Hi again and thanks for the quick replies
i have tried getting it to work with gmusicbrowser (gmb) with no sucess following your guide on the webpage. did you use the latest gmb git version when testing (the "stable" version is quite old). ? plese let me know if you need me to test stuff to get it working
another idea i always had for apps like ncpcpp but seems like would be pretty hard to implement would be to make use of terminals that allow transparent backgroud/image backgrounds to make put a nice eye candy touch to the lyrics window. That is change the terminal background to the album/artist jpeg/png in the current folder which each passing track. here is an example from ncmpcpp on a static background:
thanks alot for this great app
zeltak
Offline
Hi, the git version fails to build for me, but I just tested it with -devel version from AUR (1.1.9) and it still works fine. Please post output of
cat ~/.config/gmusicbrowser/nowplaying
when gmusicbrowser is playing.
As for the background images, that would be really cool and I'll look into it.
Last edited by OK100 (2012-07-31 16:01:04)
Offline
hi again
yeah the git version today isnt buliding..wierd dont think quntin changed anything last few days.
here is the output:
`--> cat ~/.config/gmusicbrowser/nowplaying
Bonnie Prince Billy and Matt Sweeney\What Are You?\/home/zeltak/Zmusic/B/Bonnie prine billy and Matt Sweeny/Superwolf/03 - What Are You_.flac
.-(/)----------------------------------------------------------------------------------------------------------------------------------------------------------------(zeltak@zx200)-
`-->
let me know if any other info is needed
btw super excited you like the background idea
best
Zeltak
Offline
That's strange. You have correct nowplaying file so it should work. What error do you get when you run lyvi?
Offline
Offline
Can I have output of "ps aux" please?
Offline
Offline
Please try again with latest commit.
Offline
hi again
latest commint wont start:
`--> lyvi
Traceback (most recent call last):
File "/usr/bin/lyvi", line 771, in <module>
p = players[player]()
TypeError: __init__() takes exactly 3 arguments (1 given)
best
Z
Offline
Hi, the issue is that you have mpd daemon running as well. I don't have time to fix it right now, but it should work if you stop mpd before launching lyvi.
EDIT: Done. I hope it will work this time
Last edited by OK100 (2012-08-01 19:23:39)
Offline
yay works like a charm now
ill wait patienlty to hear news about the background stuff
thx again!
z
Offline
Hi, I just pushed some background code. You can add these options to config file:
bg = True
bg_opacity = 85
Imagemagick is needed for opacity and it will probably work only with urxvt.
There are still a few issues: image resolution is too small and it will not keep aspect ratio.
If you know some other terminals that can change background image on the fly, just let me know and I'll add support for it.
Last edited by OK100 (2012-08-08 18:23:10)
Offline
hya
This is amazing! it looks great . where are the images read from, it seems its not using local images. can we get lyvi to use the local files under the current folder or better yet under a specific path (IE my artist images are in a folder structred like this /Music/A/Audioslave/audioslave.jpeg
i dont know of any terminals that can do it on the fly other then urxvt but will check out a bunch for you.
thx again this is amazing
Z
Offline
hehe, thats actually a neat feature. Seems to only work in urxvt tho it seems.
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
@zeltak: You can now set bg_path in the rc file:
bg_path = /home/johndoe/Music/<artistinitial>/<artist>
If this option is not set, images are get from htbackdrops
Offline
thx!
lyvi looks so amazing
incredible work!
thanks alot again, if you want i can come up with more ideas to imporve lyvi but if you consider it feature complete i can live with that as well
best wishes
Z.
Offline
You're welcome
Of course if you would like some other features just let me know.
Offline
hi again
how are you?
ive recently started playing with mpd and naturally i fired up lyvi (best little app ever!....).
i get this error:
Traceback (most recent call last):
File "/usr/bin/lyvi", line 965, in <module>
curses.wrapper(main)
File "/usr/lib/python3.2/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/bin/lyvi", line 872, in main
p.status()
File "/usr/bin/lyvi", line 268, in status
f = open(HOME + '/.mpdconf')
IOError: [Errno 2] No such file or directory: '/home/zeltak/.mpdcon
any idea why? my .mpdconf is under /etc
thx alot again
P.S as i warned a few weeks ago some more suggestions (well ok requests ;-)) are coming your way in the next few days ;-)
best
Zeltak
Last edited by zeltak (2012-09-28 00:26:19)
Offline
hi again
how are you?
Not bad
ive recently started playing with mpd and naturally i fired up lyvi (best little app ever!....).
i get this error:
Traceback (most recent call last):
File "/usr/bin/lyvi", line 965, in <module>
curses.wrapper(main)
File "/usr/lib/python3.2/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/bin/lyvi", line 872, in main
p.status()
File "/usr/bin/lyvi", line 268, in status
f = open(HOME + '/.mpdconf')
IOError: [Errno 2] No such file or directory: '/home/zeltak/.mpdconany idea why? my .mpdconf is under /etc
You can now set path to mpd config file with mpd_config_file option, e.g:
mpd_config_file = /etc/mpdconf
(default is $HOME/.mpdconf)
Offline
Hi again
Thx that solved the issue!
i have some more issues though
1.it seems like lyvi stopped looking first at the local images stored and goes and grabs the images from the internet first. here is my current config:
save_lyrics=True
bg = True
bg_opacity = 85
bg_path = /home/zeltak/Zmusic/<artistinitial>/<artist>
mpd_host = localhost
mpd_port = 6600
mpd_config_file = /etc/mpd.conf
the aritst file are always like this:
/home/zeltak/Zmusic/N/Neil Young/Neil Young.jpg
2. the lyrics are saved by file name.lyric and not tag name.lyric can there be an option to change that?
ok so some suggestions (please feel free to ignore them if you feel they are stupid )
1.auto advance lyrics- can we have the lyrics auto scroll? ideally this would be done using some basic calculation based on song length etc. but just a stupid scroll option by a constant rate would work great
2. consider an option in config to show album cover instead of artist image? maybe also an option to toggle between them or auto switch every X seconds.
3.related to above maybe ability to launch lyvi with a alternate config so we could have 2 lyvi windows tiled one with a album view (with lyrics) and one with artist view (with artist image and artist info)
thx again, if the new ideas dont irritate you let me know as i have some more ;-)
best
Z
Last edited by zeltak (2012-09-28 18:24:05)
Offline