foo_uie_trackinfo, now-playing/selected-item panel |
![]() ![]() |
foo_uie_trackinfo, now-playing/selected-item panel |
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. |
|
|
|
Nov 28 2004, 15:10
Post
#77
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
|
|
|
|
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) 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. |
|
|
|
Nov 29 2004, 05:56
Post
#79
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
|
|
|
|
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.
|
|
|
|
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) 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.
|
|
|
|
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) |
|
|
|
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) 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. |
|
|
|
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 |
|
|
|
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.... |
|
|
|
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) 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 |
|
|
|
Nov 29 2004, 20:44
Post
#87
|
|
![]() Group: Members Posts: 1099 Joined: 18-March 03 From: Oslo, Norway Member No.: 5569 |
|
|
|
|
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) 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 |
|
|
|
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 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 |
|
|
|
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) 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) 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). |
|
|
|
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!!!!!!!!!! But one concern... the previous versionwas fine... something with this one... well, thanks.... |
|
|
|
Nov 30 2004, 12:59
Post
#92
|
|
|
Group: Members Posts: 11 Joined: 17-March 03 Member No.: 5545 |
|
|
|
|
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 |
|
|
|
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?
some words will be cut half
|
|
|
|
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) There's no scrollbar but you can scroll with mouse-wheel -------------------- Iván
My Blog: http://www.ivancastell.org |
|
|
|
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
|
|
|
|
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) Maybe clicking once on the panel and up/down keys woudl work, dunno -------------------- Iván
My Blog: http://www.ivancastell.org |
|
|
|
Dec 1 2004, 12:57
Post
#98
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
|
|
|
|
Dec 1 2004, 14:38
Post
#99
|
|
|
Group: Members Posts: 23 Joined: 22-October 04 Member No.: 17780 |
|
|
|
|
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
Perhaps some friends don't need it, but some need This post has been edited by EZ-man: Dec 1 2004, 14:43 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 06:03 |