| Author |
Message |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Sun 03 Oct 2010, 15:22 Post subject:
|
|
| eden6000 wrote: | | With the older version of shell-fm everything works fine |
Except scrobbling...
I hope someone evaluates my issue so we can have full functionalities.
Also there are a few new features in daemon mode I could add to trayfm too.
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Tue 01 Feb 2011, 05:35 Post subject:
|
|
| neurino wrote: | Except scrobbling... |
No more
I recompiled source from git repositry and now it scrobbles (and does not hang anymore )
I suggest shell-fm fans (trayfm too lol) to upgrade with this pet.
Name and version stay the same but there are some other fixes for sure since the executable size is raised, even if I upxed it to reduce it back to... 33KB
Enjoy
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Tue 01 Feb 2011, 07:33 Post subject:
|
|
Thanks neurino!! As I go to my pc i try it!
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Tue 01 Feb 2011, 11:27 Post subject:
|
|
v.0.0.8 posted
I seize the moment to make a new version adding Toggle Scrobble menu entry to set scrobbling ON / OFF.
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Tue 01 Feb 2011, 14:18 Post subject:
|
|
Sorry neurino, but where has shell-fm gone?
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Tue 01 Feb 2011, 15:38 Post subject:
|
|
Sorry, I updated the wrong attachment
fixed...
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Tue 01 Feb 2011, 15:52 Post subject:
|
|
Thanks
but I found a problem...in lucid 5.2 "song info" doesn't work until you close the program, then the message pops up
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Tue 01 Feb 2011, 16:02 Post subject:
|
|
Sorry it works for me in Wary and I did not changed that part of code...
You can try this and see what happens (you need your login data in ~/.shell-fm/shell-fm.rc file but if you used trayfm than it's already ok):
| Code: |
# shell-fm -i localhost -p 54311 -d
# echo "info %t" | nc localhost 54311
|
and see if it returns song title or hangs...
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Tue 01 Feb 2011, 17:21 Post subject:
|
|
Doing the commands you suggest, the song info comes up in the terminal window, but in normal use, nothing comes up...I even rebooted...I confirm, when you close the program, all the messages (also toggle on/off) come together for some seconds...btw, I looked back at my old messages, and the same thing happened also with 0.7 (or 0.6?) version....
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Tue 01 Feb 2011, 17:42 Post subject:
|
|
Mmmh, I guess then it's something with your gtrayicon not executing commands...
when you right-click on trayfm and choose Song Info it should execute:
| Code: | | /usr/local/trayfm/cmd info |
you could try to run it in terminal while trayfm is running: if the notification comes up it's gtrayicon holding all commands until it quits.
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Wed 02 Feb 2011, 05:06 Post subject:
|
|
I'm not on my pc now, but I can confirm it's like you say, because looking in htop yesterday showed many of that cmd info command...maybe you could try it in lucid too?
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Wed 02 Feb 2011, 05:49 Post subject:
|
|
I'm not on my pc now too, I have not Lucid installed but will give a try with a 5.1 cd I burned time ago...
Anyaway not much to do with a gtrayicon bug (and severe since running commands from context menu actions is the only thing it does...)
Unfortunately there's no option to show gtrayicon version (nor in trayfm... I should add it...)
Or you could try compiling latest gtrayicon version (2008!) from source, you should already have all dependencies, it's quite easy...
| Code: |
# cd /tmp
# wget http://sourceforge.net/project/platformdownload.php?group_id=243466
# tar xzvf gtrayicon-1.1.tar.gz
# cd gtrayicon-1.1/
# ./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu
# make
# mkdir gtrayicon-1.1
# make install DESTDIR=gtrayicon-1.1
# dir2pet gtrayicon-1.1
[Enter] [Enter] [Enter]....
|
and you get a brand new pet to install (and share here if it works too )
|
|
Back to top
|
|
 |
eden6000
Joined: 08 Apr 2007 Posts: 259
|
Posted: Wed 02 Feb 2011, 17:12 Post subject:
|
|
Nope neurino I compiled your gtktray (not with your command, as there is no "configure", just "make") then I moved it to /usr/bin (backing up the older before), but it behaves the same way....
|
|
Back to top
|
|
 |
chrismt

Joined: 21 Apr 2010 Posts: 250
|
Posted: Wed 16 Feb 2011, 08:29 Post subject:
|
|
How do you play the radio?
Can you show an example?
|
|
Back to top
|
|
 |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Wed 16 Feb 2011, 08:59 Post subject:
|
|
"you" who?
Sorry but hardly understand the question...
|
|
Back to top
|
|
 |
|