foo_uie_trackinfo, now-playing/selected-item panel |
foo_uie_trackinfo, now-playing/selected-item panel |
Nov 13 2004, 09:30
Post
#1
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
I figured it would be handy to have a sidebar panel that displayed some info (via TAGZ) about the currently playing or currently selected track. This will probably be a little redundant for people with complex/complete playlist displays, but for others that have limited info displayed in their playlist I hope this will be useful to you.
Check out a basic screenshot here. The panel has two modes:
You can configure the display for all modes using a single TAGZ formatting string in the preferences. It supports the regular TAGZ and special fields (%_isplaying%,%_ispaused%,%_time_total%,etc), plus a few specific to the panel:
Latest version (0.1.1): foo_uie_trackinfo.dll foo_uie_trackinfo-src.zip Note: Make sure you download foo_ui_columns v0.1.2 beta 4 (or newer) if you are expecting to add this panel to a sidebar (as seen in the screenshot). Uses some code from kode54's foo_osd, and foosion's foo_history. Formatting string used in screenshot: CODE $if(%_trackinfo_notrack%, $char(10)$char(10)$char(1)CNo track playing, $char(1)Ca0caf3%_trackinfo_mode% mode$char(10) $char(1)C$if(%_isplaying%,$select($add(1,$mod(%_time_remaining_seconds%,4)), ,.,..,...),)$char(10) dcab50Artist:$char(10) $char(1)C4040ff%artist%$char(10) dcab50Title:$char(10) $char(1)C4040ff%title%$char(10) dcab50Release:$char(10) $char(1)C4040ff%album%) You can stop reading now This post has been edited by Phi: Dec 7 2004, 11:07 |
|
|
|
![]() |
Nov 13 2004, 18:55
Post
#2
|
|
![]() Group: Members Posts: 110 Joined: 29-July 04 Member No.: 15867 |
Great. Anyone have a cool format string to post?
EDIT: Suggestion: Double clicking the information area brings up the special info tag editor. This post has been edited by jokull: Nov 13 2004, 19:18 |
|
|
|
Nov 13 2004, 21:25
Post
#3
|
|
![]() Group: Members Posts: 51 Joined: 7-August 04 Member No.: 16082 |
QUOTE (jokull @ Nov 13 2004, 07:55 PM) I don't know if it's cool, but anyway here it is: CODE $char(1) Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo_notrack%,No track, ------------------------------------------------------------------------------------------$char(10) $char(1)CAbout the song:$char(10) Artist: %artist%$char(10) Title: %title% ->%_length%<-$char(10) Album: $if3(%album%,still unknown))$char(10) Release date: $if3(%date%,not available yet)$char(10) Comments: $if3(%comment%, no comments available)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CTechnical stuff:$char(10) $char(1)CCodec: %__codec% Bitrate: %__bitrate% Kbit/s$char(10) Track Gain: $if3(%__replaygain_track_gain%, RG not applied)$char(10) Album Gain: $if3(%__replaygain_album_gain%, RG not applied)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CStatistics:$char(10) This song was played %play_counter% times so far. $char(10) Last played: %play_date% at %play_time%$char(10) My rating: $if3(%rating% stars, not rated) screenshot:
This post has been edited by stroke: Nov 13 2004, 21:31 -------------------- I felt weak, perhaps I was.
|
|
|
|
Nov 24 2004, 04:35
Post
#4
|
|
![]() Group: Members Posts: 162 Joined: 5-November 04 From: W Hartford, CT - USA Member No.: 17991 |
QUOTE (stroke @ Nov 13 2004, 04:25 PM) QUOTE (jokull @ Nov 13 2004, 07:55 PM) I don't know if it's cool, but anyway here it is: CODE $char(1) Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo_notrack%,No track, ------------------------------------------------------------------------------------------$char(10) $char(1)CAbout the song:$char(10) Artist: %artist%$char(10) Title: %title% ->%_length%<-$char(10) Album: $if3(%album%,still unknown))$char(10) Release date: $if3(%date%,not available yet)$char(10) Comments: $if3(%comment%, no comments available)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CTechnical stuff:$char(10) $char(1)CCodec: %__codec% Bitrate: %__bitrate% Kbit/s$char(10) Track Gain: $if3(%__replaygain_track_gain%, RG not applied)$char(10) Album Gain: $if3(%__replaygain_album_gain%, RG not applied)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CStatistics:$char(10) This song was played %play_counter% times so far. $char(10) Last played: %play_date% at %play_time%$char(10) My rating: $if3(%rating% stars, not rated) screenshot: ![]() Does anyone know what you need to get the "Statistics" working on this code? -------------------- GO WHALE!!!
[url="http://www.toddberman.com"]My Website[/url] |
|
|
|
Nov 24 2004, 04:50
Post
#5
|
|
![]() Group: Members Posts: 218 Joined: 8-May 02 From: Hollywood, CA Member No.: 2000 |
QUOTE (tberman333 @ Nov 23 2004, 07:35 PM) QUOTE (stroke @ Nov 13 2004, 04:25 PM) QUOTE (jokull @ Nov 13 2004, 07:55 PM) I don't know if it's cool, but anyway here it is: CODE $char(1) Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo_notrack%,No track, ------------------------------------------------------------------------------------------$char(10) $char(1)CAbout the song:$char(10) Artist: %artist%$char(10) Title: %title% ->%_length%<-$char(10) Album: $if3(%album%,still unknown))$char(10) Release date: $if3(%date%,not available yet)$char(10) Comments: $if3(%comment%, no comments available)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CTechnical stuff:$char(10) $char(1)CCodec: %__codec% Bitrate: %__bitrate% Kbit/s$char(10) Track Gain: $if3(%__replaygain_track_gain%, RG not applied)$char(10) Album Gain: $if3(%__replaygain_album_gain%, RG not applied)$char(10) ------------------------------------------------------------------------------------------$char(10) $char(1)CStatistics:$char(10) This song was played %play_counter% times so far. $char(10) Last played: %play_date% at %play_time%$char(10) My rating: $if3(%rating% stars, not rated) screenshot: ![]() Does anyone know what you need to get the "Statistics" working on this code? For the "play count" and "last played" items you need the play counter plugin: http://www.hydrogenaudio.org/forums/index....showtopic=20719 For the track rating you need to use a tag called "rating" and then rate your tracks. This can be done easier using the quick tag plugin. Rob -------------------- http://ivechosendisco.tumblr.com
|
|
|
|
Nov 24 2004, 06:37
Post
#6
|
|
|
Group: Members Posts: 26 Joined: 22-November 04 From: Adelaide Member No.: 18257 |
I seem to have a problem with the information updating if I don't have the program set in Follow Curson mode.
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 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? |
|
|
|
Nov 24 2004, 12:42
Post
#7
|
|
|
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. |
|
|
|
Phi foo_uie_trackinfo Nov 13 2004, 09:30
Saint Great plugin!
keep up the good work Nov 13 2004, 11:02
Saint This is just a quick thing i came up with, will fe... Nov 13 2004, 11:54
jkwarras Thanks!
Playing with it right now.... Nov 13 2004, 12:25
Tomacco_Boy Yeah great work, thanks been hoping for something ... Nov 13 2004, 12:28
anza Great work! Now get back on working with foo_... Nov 13 2004, 13:12
syrek QUOTE (anza @ Nov 13 2004, 02:12 PM)Great wor... Nov 13 2004, 13:22
kalmark I was thinking about album art too, but right now ... Nov 13 2004, 14:19
linus for me to album art is real a must...
edit: typo Nov 13 2004, 16:42
free Coool uie Nov 13 2004, 16:46
eliazu plz add option to see the album cover. it will be ... Nov 13 2004, 17:28
Schinkentoni Great plugin so far.
But it would be even usefulle... Nov 13 2004, 17:29
upNorth QUOTE (Schinkentoni @ Nov 13 2004, 06:29 PM)G... Nov 13 2004, 18:10
desigrid Phi, thanks for this great UIE! Been waiting f... Nov 13 2004, 20:59
free My fstring
screenshot
http://img103.exs.cx/my.php... Nov 13 2004, 22:17
Silverbolt free: nice. Nov 13 2004, 22:55
Sandman2012 QUOTE (free @ Nov 13 2004, 01:17 PM)My ... Nov 14 2004, 05:01
Killmaster QUOTE (Sandman2012 @ Nov 13 2004, 08:01 PM)QU... Nov 15 2004, 04:30
Messer CODE$select($add(1,$mod... Nov 13 2004, 23:35
Silverbolt Messer: best thing I've seen all day Nov 14 2004, 01:09
linus @Phi:
Thanks for this plugin (and, obviously, for... Nov 14 2004, 22:27
upNorth RE: foo_uie_trackinfo Nov 14 2004, 01:03
spaceships stroke mod
CODE$char(1) Mode: ff... Nov 14 2004, 08:09
JEN $char(1)CStatistics:$char(10)
This song ... Nov 14 2004, 13:57
Phi QUOTE (JEN @ Nov 14 2004, 11:57 PM)$char... Nov 14 2004, 14:13
Morgensonne QUOTE (JEN @ Nov 14 2004, 11:57 PM)$char... Nov 14 2004, 23:25
Phi QUOTE (anza @ Nov 13 2004, 11:12 PM)Great wor... Nov 14 2004, 08:18
desigrid QUOTE (Phi @ Nov 13 2004, 11:18 PM)Just to co... Nov 14 2004, 08:49
mazy great plugin, Phi! i've requested somethin... Nov 14 2004, 12:07
jkwarras QUOTE (mazy @ Nov 14 2004, 03:07 AM)- it coul... Nov 14 2004, 13:04
upNorth QUOTE (jkwarras @ Nov 14 2004, 02:04 PM)QUOTE... Nov 14 2004, 13:16
Phi QUOTE (mazy @ Nov 14 2004, 10:07 PM)great plu... Nov 14 2004, 13:43
JEN Thanks Nov 14 2004, 14:29
free Sandman2012 sure:
http://pix.mail333.com/new_simpl... Nov 14 2004, 20:26
Sandman2012 QUOTE (free @ Nov 14 2004, 11:26 AM)Sandman20... Nov 15 2004, 06:08
badrad QUOTE (Sandman2012 @ Nov 14 2004, 09:08 PM)ed... Nov 15 2004, 06:16
Sandman2012 QUOTE (badrad @ Nov 14 2004, 09:16 PM)QUOTE (... Nov 15 2004, 18:50
Skates Adding covert art support would be awesome, especi... Nov 14 2004, 23:56
badrad *deleted double post* Nov 15 2004, 03:59
badrad Very useful plugin, thanks. I am loving these foo_... Nov 15 2004, 04:04
metal_termite there is a plugin like this for winamp, however al... Nov 15 2004, 13:20
Phi Updated.
Changes: window should now be flicker-fr... Nov 15 2004, 16:29
Zurman QUOTE (Phi @ Nov 15 2004, 07:29 AM)Updated.
... Nov 15 2004, 21:31

juglesh QUOTE (Zurman @ Nov 15 2004, 12:31 PM)Why doe... Nov 15 2004, 23:46

Zurman QUOTE (juglesh @ Nov 15 2004, 02:46 PM)QUOTE ... Nov 16 2004, 12:08
Phi Updated for the new ui extension api.
No other ne... Nov 28 2004, 15:10
nbv4 QUOTE (Phi @ Nov 28 2004, 06:10 AM)Updated fo... Nov 29 2004, 00:52
Phi QUOTE (nbv4 @ Nov 29 2004, 10:52 AM)is there ... Nov 29 2004, 05:56
metal_termite thanks! Nov 15 2004, 16:53
mazy QUOTE (metal_termite @ Nov 15 2004, 04:53 PM)... Nov 16 2004, 00:41
anza Scrolling works here almost perfectly. The only pr... Nov 15 2004, 22:23
badrad New version is working great. Nov 15 2004, 22:55
Morgensonne Great plugin so far... waiting for $tab() / ... Nov 15 2004, 23:52
desigrid Minor bug: panel does not display information of c... Nov 16 2004, 06:57
rexy This is a wonderful plugin if you want to remove t... Nov 16 2004, 07:25
Sandman2012 QUOTE (rexy @ Nov 15 2004, 10:25 PM)This is a... Nov 16 2004, 07:42
Chairman85 QUOTE (mazy @ Nov 15 2004, 03:41 PM)Phi: last... Nov 16 2004, 08:12
Phi Thanks for the comments guys.
QUOTE (juglesh ... Nov 16 2004, 12:34
Zurman QUOTE (Phi @ Nov 16 2004, 03:34 AM)@Zurman:
W... Nov 16 2004, 12:58
nIRV some suggestions/requests
- the word-wrap thing ... Nov 16 2004, 12:44
Phi QUOTE (nIRV @ Nov 16 2004, 10:44 PM)some sugg... Nov 16 2004, 13:00
NEMO7538 Nice plugin indeed !
The behavior however for... Nov 17 2004, 19:46
jkwarras QUOTE (NEMO7538 @ Nov 17 2004, 10:46 AM)The b... Nov 17 2004, 22:17
picmixer QUOTE (jkwarras @ Nov 17 2004, 11:17 PM)QUOTE... Nov 17 2004, 22:19
jkwarras QUOTE (picmixer @ Nov 17 2004, 01:19 PM)Hmh, ... Nov 17 2004, 22:27
jkwarras Phi: When I use %comment% or$meta(comment) th... Nov 18 2004, 00:15
Phi QUOTE (jkwarras @ Nov 18 2004, 10:15 AM)Phi: ... Nov 18 2004, 13:12
jokull I wasn't sure where to ask this question but h... Nov 18 2004, 16:20
juglesh feature request:
drag items from other panels, dia... Nov 18 2004, 20:27
foosion QUOTE (juglesh @ Nov 18 2004, 08:27 PM)featur... Nov 18 2004, 20:52
rexy An alternative to word wrapping would be a scrolli... Nov 21 2004, 01:30
l.s The TrackInfo panel allways redraws the whole pane... Nov 22 2004, 20:20
Phi QUOTE (l.s @ Nov 23 2004, 06:20 AM)The TrackI... Nov 23 2004, 12:18
Phi You can grab the old version from here. Nov 29 2004, 12:43
nbv4 QUOTE (Phi @ Nov 29 2004, 03:43 AM)You can gr... Nov 29 2004, 16:37
multifate phi: great job on the plugin
in fact i'm lovin... Nov 29 2004, 16:55
Phi QUOTE (nbv4 @ Nov 30 2004, 02:37 AM)QUOTE (Ph... Nov 29 2004, 17:43
multifate QUOTE (Phi @ Nov 29 2004, 08:43 AM)QUOTE (mul... Nov 30 2004, 13:52
EZ-man some suggestion
Can latest version support "... Nov 29 2004, 18:23
slayerbeast hey when trackinfo is consuming a lot of CPU.
when... Nov 29 2004, 20:09
jkwarras QUOTE (slayerbeast @ Nov 29 2004, 11:09 AM)he... Nov 29 2004, 20:37
upNorth QUOTE (slayerbeast @ Nov 29 2004, 09:09 PM)he... Nov 29 2004, 20:44
jkwarras QUOTE (upNorth @ Nov 29 2004, 11:44 AM)Have y... Nov 29 2004, 22:09
EZ-man QUOTE Have you tried turning off "Update ever... Nov 30 2004, 03:25
Phi QUOTE (EZ-man @ Nov 30 2004, 04:23 AM)so... Nov 30 2004, 06:08
slayerbeast True,
Had word wrap on, update every second on, an... Nov 30 2004, 12:48
slayerbeast Phi's right.... ! I came to a very fast co... Nov 30 2004, 12:59
EZ-man I'm wonder why it doesn't have scrollbar? ... Dec 1 2004, 07:38
jkwarras QUOTE (EZ-man @ Nov 30 2004, 10:38 PM)I... Dec 1 2004, 08:22
EZ-man If I don't have a mouse-wheel how could I scro... Dec 1 2004, 09:44
jkwarras QUOTE (EZ-man @ Dec 1 2004, 12:44 AM)If ... Dec 1 2004, 11:11
Phi QUOTE (jkwarras @ Dec 1 2004, 09:11 PM)QUOTE ... Dec 1 2004, 12:57
EZ-man QUOTE (jkwarras @ Dec 1 2004, 06:11 PM)QUOTE ... Dec 1 2004, 14:38
EZ-man Maybe add enable/disable vertical scroll bar is go... Dec 1 2004, 14:42![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 02:10 |