IPB

Welcome Guest ( Log In | Register )

41 Pages V  « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
foo_uie_trackinfo, now-playing/selected-item panel
Phi
post Nov 24 2004, 12:42
Post #76





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



QUOTE (salmonmoose @ Nov 24 2004, 04:37 PM)
Profiles with playback positions don't report the time unless I double click on the track in the playlist, track advance doesn't update at all.

I'm not sure what you mean by "profiles with playback positions" here. What formatting fields are you trying to use, specifically? None of the %_time_*% fields will work unless you are in now playing mode, or have selected the currently playing track in follow cursor mode.

QUOTE (salmonmoose)
I understand the need for it to be posible to see the selected track info as well as the currently playing info... possibly could there be a set of tags for currently selected and then currently playing? you could then have 2 instances of track info running with info panels set up for each task? yes? no?

I added the %_trackinfo_dropped%, %_trackinfo_followcursor% and %_trackinfo_nowplaying% tagz for that purpose - so you can use a different formatting for each mode that the panel supports. They're intended to be used like this:

CODE
$if(%_trackinfo_nowplaying%,
//
// we are in playing mode
// formatting string for now playing mode goes here
//
,
$if(%_trackinfo_followcursor%,
//
// formatting for follow cursor mode goes here
//
,
$if(%_trackinfo_dropped%,
//
// formatting code for dropped files goes here
//
,)))

As for multiple instances, when that's done, you will be able to set up each panel independently. Plus a default configuration to fall back on I guess.
Go to the top of the page
+Quote Post
Phi
post Nov 28 2004, 15:10
Post #77





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



Updated for the new ui extension api.

No other new changes/bugfixes for now (yes, I am slack smile.gif).
Go to the top of the page
+Quote Post
nbv4
post Nov 29 2004, 00:52
Post #78





Group: Members
Posts: 186
Joined: 27-June 03
Member No.: 7420



QUOTE (Phi @ Nov 28 2004, 06:10 AM)
Updated for the new ui extension api.

No other new changes/bugfixes for now (yes, I am slack smile.gif).
*

is there anyway you could provide us with a link to the older version for beta 3? I'm sticking with beta 3 until the album art panel is updated. thanks.
Go to the top of the page
+Quote Post
Phi
post Nov 29 2004, 05:56
Post #79





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



QUOTE (nbv4 @ Nov 29 2004, 10:52 AM)
is there anyway you could provide us with a link to the older version for beta 3? I'm sticking with beta 3 until the album art panel is updated. thanks.
*

You don't have it already? I'll upload it as soon as I can get to my other computer.
Go to the top of the page
+Quote Post
Phi
post Nov 29 2004, 12:43
Post #80





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



You can grab the old version from here.
Go to the top of the page
+Quote Post
nbv4
post Nov 29 2004, 16:37
Post #81





Group: Members
Posts: 186
Joined: 27-June 03
Member No.: 7420



QUOTE (Phi @ Nov 29 2004, 03:43 AM)
You can grab the old version from here.
*
thanks a lot. I tried the plugin a few days ado, decided its not really something I want (added too much clutter), then deleted it. Yesterday after discovering the panel tabs plugin, I thought I'd give this one another whirl... But I wasn't willing to give up album art so I couldn't upgrade my columns_ui.
Go to the top of the page
+Quote Post
multifate
post Nov 29 2004, 16:55
Post #82





Group: Members
Posts: 24
Joined: 8-February 04
Member No.: 11848



phi: great job on the plugin
in fact i'm loving all your plugins
got a question about this one tho
right now i have $if(%_trackinfo_nowplaying%,
setup
but when i move my cursor to another song
it changes to that song
is there a way to make the info stay on the current playing song?
if not, then this is a formal request 8)
Go to the top of the page
+Quote Post
Phi
post Nov 29 2004, 17:43
Post #83





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



QUOTE (nbv4 @ Nov 30 2004, 02:37 AM)
QUOTE (Phi @ Nov 29 2004, 03:43 AM)
You can grab the old version from here.
*
thanks a lot. I tried the plugin a few days ado, decided its not really something I want (added too much clutter), then deleted it. Yesterday after discovering the panel tabs plugin, I thought I'd give this one another whirl... But I wasn't willing to give up album art so I couldn't upgrade my columns_ui.
*

Ah, I see. No problem.

QUOTE (multifate @ Nov 30 2004, 02:55 AM)
phi: great job on the plugin
in fact i'm loving all your plugins
got a question about this one tho
right now i have $if(%_trackinfo_nowplaying%,
setup
but when i move my cursor to another song
it changes to that song
is there a way to make the info stay on the current playing song?
if not, then this is a formal request 8)
*

Thanks. Are you sure you're in now playing mode? Double-clicking (or middle-clicking) the panel switches between follow-cursor and now-playing modes.
Go to the top of the page
+Quote Post
EZ-man
post Nov 29 2004, 18:23
Post #84





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



some suggestion
Can latest version support "$transition" command?


This post has been edited by EZ-man: Nov 30 2004, 06:23
Go to the top of the page
+Quote Post
slayerbeast
post Nov 29 2004, 20:09
Post #85





Group: Members
Posts: 11
Joined: 17-March 03
Member No.: 5545



hey when trackinfo is consuming a lot of CPU.
when it is active, that is....
Maybe a memory leak....
amazing plugin.... what i was waiting for since i started using foobar....
Go to the top of the page
+Quote Post
jkwarras
post Nov 29 2004, 20:37
Post #86





Group: Members
Posts: 808
Joined: 10-June 03
From: Zaragoza
Member No.: 7113



QUOTE (slayerbeast @ Nov 29 2004, 11:09 AM)
hey when trackinfo is consuming a lot of CPU.
*

Are you using word wrap? (for ex. comments, etc...) It happeneed to me, I had to don't display those tags.


--------------------
Iván
My Blog: http://www.ivancastell.org
Go to the top of the page
+Quote Post
upNorth
post Nov 29 2004, 20:44
Post #87





Group: Members
Posts: 1099
Joined: 18-March 03
From: Oslo, Norway
Member No.: 5569



QUOTE (slayerbeast @ Nov 29 2004, 09:09 PM)
hey when trackinfo is consuming a lot of CPU.
when it is active, that is....
*

Have you tried turning off "Update every second"? I'm not sure how much effect it has, but at least I don't need that frequent updating myself, so I keep it off.
Go to the top of the page
+Quote Post
jkwarras
post Nov 29 2004, 22:09
Post #88





Group: Members
Posts: 808
Joined: 10-June 03
From: Zaragoza
Member No.: 7113



QUOTE (upNorth @ Nov 29 2004, 11:44 AM)
Have you tried turning off "Update every second"?
*

About this one, it's not working for me in stuff like %rating%, where if I change the rating when the song is playing (and being displayed in the panel) it's not changed in the panel, even if I have the update every second enabled. Other stuff (like time, etc...) is working and updated.

About CPU usage "Update every second"? it's not consuming so much here.


--------------------
Iván
My Blog: http://www.ivancastell.org
Go to the top of the page
+Quote Post
EZ-man
post Nov 30 2004, 03:25
Post #89





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



QUOTE
Have you tried turning off "Update every second"? I'm not sure how much effect it has, but at least I don't need that frequent updating myself, so I keep it off.

progressbar need it smile.gif
if close it, progressbar won't work.
and play time will be stopped.

This post has been edited by EZ-man: Nov 30 2004, 03:26
Go to the top of the page
+Quote Post
Phi
post Nov 30 2004, 06:08
Post #90





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



QUOTE (EZ-man @ Nov 30 2004, 04:23 AM)
some suggestion
Can latest version support "$transition" command?
*

I may have done something to break it. I'll have a look.

QUOTE (slayerbeast @ Nov 30 2004, 06:09 AM)
hey when trackinfo is consuming a lot of CPU.
when it is active, that is....
Maybe a memory leak....
amazing plugin.... what i was waiting for since i started using foobar....
*

Yeah, thats just due to my inefficient coding. For now all I can suggest is limit the length of each line of info.

QUOTE (jkwarras @ Nov 30 2004, 08:09 AM)
QUOTE (upNorth @ Nov 29 2004, 11:44 AM)
Have you tried turning off "Update every second"?
*

About this one, it's not working for me in stuff like %rating%, where if I change the rating when the song is playing (and being displayed in the panel) it's not changed in the panel, even if I have the update every second enabled. Other stuff (like time, etc...) is working and updated.
*

I forgot to hook up some callbacks that update the panel when a song is edited. Fixed for the next release (whenever I get around to finishing it).
Go to the top of the page
+Quote Post
slayerbeast
post Nov 30 2004, 12:48
Post #91





Group: Members
Posts: 11
Joined: 17-March 03
Member No.: 5545



True,
Had word wrap on, update every second on, and i've configured trackinfo to show
the lyrics... and all of my songs are tabbed with lyrics!!!!!!!!!! crying.gif
But one concern... the previous versionwas fine... something with this one...
well, thanks.... smile.gif
Go to the top of the page
+Quote Post
slayerbeast
post Nov 30 2004, 12:59
Post #92





Group: Members
Posts: 11
Joined: 17-March 03
Member No.: 5545



tongue.gif Phi's right.... ! I came to a very fast conclusion... The slow down happened only to a bunch of mp3's where i have accidently tagged the band's bio as a comment! biggrin.gif any way, I'm back to happy... well eagerly waiting for the next release
Go to the top of the page
+Quote Post
multifate
post Nov 30 2004, 13:52
Post #93





Group: Members
Posts: 24
Joined: 8-February 04
Member No.: 11848



QUOTE (Phi @ Nov 29 2004, 08:43 AM)
QUOTE (multifate @ Nov 30 2004, 02:55 AM)
phi: great job on the plugin
in fact i'm loving all your plugins
got a question about this one tho
right now i have $if(%_trackinfo_nowplaying%,
setup
but when i move my cursor to another song
it changes to that song
is there a way to make the info stay on the current playing song?
if not, then this is a formal request 8)
*

Thanks. Are you sure you're in now playing mode? Double-clicking (or middle-clicking) the panel switches between follow-cursor and now-playing modes.
*


thanks that worked
lol didn't know i could double click the panel
Go to the top of the page
+Quote Post
EZ-man
post Dec 1 2004, 07:38
Post #94





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



I'm wonder why it doesn't have scrollbar? ohmy.gif
some words will be cut half
Go to the top of the page
+Quote Post
jkwarras
post Dec 1 2004, 08:22
Post #95





Group: Members
Posts: 808
Joined: 10-June 03
From: Zaragoza
Member No.: 7113



QUOTE (EZ-man @ Nov 30 2004, 10:38 PM)
I'm wonder why it doesn't have scrollbar? ohmy.gif
some words will be cut half

*

There's no scrollbar but you can scroll with mouse-wheel smile.gif


--------------------
Iván
My Blog: http://www.ivancastell.org
Go to the top of the page
+Quote Post
EZ-man
post Dec 1 2004, 09:44
Post #96





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



If I don't have a mouse-wheel how could I scroll it sweat.gif
Go to the top of the page
+Quote Post
jkwarras
post Dec 1 2004, 11:11
Post #97





Group: Members
Posts: 808
Joined: 10-June 03
From: Zaragoza
Member No.: 7113



QUOTE (EZ-man @ Dec 1 2004, 12:44 AM)
If I don't have a mouse-wheel how could I scroll it sweat.gif
*

Maybe clicking once on the panel and up/down keys woudl work, dunno unsure.gif


--------------------
Iván
My Blog: http://www.ivancastell.org
Go to the top of the page
+Quote Post
Phi
post Dec 1 2004, 12:57
Post #98





Group: Members
Posts: 333
Joined: 1-February 03
Member No.: 4829



QUOTE (jkwarras @ Dec 1 2004, 09:11 PM)
QUOTE (EZ-man @ Dec 1 2004, 12:44 AM)
If I don't have a mouse-wheel how could I scroll it sweat.gif
*

Maybe clicking once on the panel and up/down keys woudl work, dunno unsure.gif
*

Nah, it's mousewheel only until I get around to adding a scroll bar.
Go to the top of the page
+Quote Post
EZ-man
post Dec 1 2004, 14:38
Post #99





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



QUOTE (jkwarras @ Dec 1 2004, 06:11 PM)
QUOTE (EZ-man @ Dec 1 2004, 12:44 AM)
If I don't have a mouse-wheel how could I scroll it sweat.gif
*

Maybe clicking once on the panel and up/down keys woudl work, dunno unsure.gif
*

press up/down keys will change the playlist selection wink.gif
Go to the top of the page
+Quote Post
EZ-man
post Dec 1 2004, 14:42
Post #100





Group: Members
Posts: 23
Joined: 22-October 04
Member No.: 17780



Maybe add enable/disable vertical scroll bar is good smile.gif
Perhaps some friends don't need it, but some need laugh.gif

This post has been edited by EZ-man: Dec 1 2004, 14:43
Go to the top of the page
+Quote Post

41 Pages V  « < 2 3 4 5 6 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 25th May 2013 - 07:20