Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Mon 20 May 2013, 23:55
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Multimedia
trayfm-0.1.0
Post new topic   Reply to topic View previous topic :: View next topic
Page 3 of 4 [49 Posts]   Goto page: Previous 1, 2, 3, 4 Next
Author Message
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: Sun 03 Oct 2010, 15:22    Post subject:  

eden6000 wrote:
With the older version of shell-fm everything works fine


Except scrobbling... Crying or Very sad

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
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: Tue 01 Feb 2011, 05:35    Post subject:  

neurino wrote:
Except scrobbling... Crying or Very sad


No more Exclamation

I recompiled source from git repositry and now it scrobbles (and does not hang anymore Wink )

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
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: Tue 01 Feb 2011, 07:33    Post subject:  

Thanks neurino!! As I go to my pc i try it!
Back to top
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: 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
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: Tue 01 Feb 2011, 14:18    Post subject:  

Sorry neurino, but where has shell-fm gone?
Back to top
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: Tue 01 Feb 2011, 15:38    Post subject:  

Sorry, I updated the wrong attachment Laughing

fixed...
Back to top
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: Tue 01 Feb 2011, 15:52    Post subject:  

Thanks Smile
but I found a problem...in lucid 5.2 "song info" doesn't work until you close the program, then the message pops up Shocked
Back to top
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: 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
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: 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
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: 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
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: 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
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: 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 Cool )
Back to top
View user's profile Send private message 
eden6000

Joined: 08 Apr 2007
Posts: 259

PostPosted: Wed 02 Feb 2011, 17:12    Post subject:  

Nope neurino Sad 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
View user's profile Send private message 
chrismt


Joined: 21 Apr 2010
Posts: 250

PostPosted: Wed 16 Feb 2011, 08:29    Post subject:  

How do you play the radio?

Can you show an example?
Back to top
View user's profile Send private message 
neurino


Joined: 15 Oct 2009
Posts: 360

PostPosted: Wed 16 Feb 2011, 08:59    Post subject:  

"you" who?

Sorry but hardly understand the question...
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 3 of 4 [49 Posts]   Goto page: Previous 1, 2, 3, 4 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Multimedia
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0638s ][ Queries: 13 (0.0116s) ][ GZIP on ]