foo_uie_trackinfo, now-playing/selected-item panel |
![]() ![]() |
foo_uie_trackinfo, now-playing/selected-item panel |
Nov 14 2004, 12:07
Post
#26
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
great plugin, Phi! i've requested something like this as ui extension before
requests though: - it could be nice to show album art in the background - special strings to change fonts (at least for bold / italics / underline variants, changing size would be great too). one way could be letting user to configure few fonts in the preferences (like font #1, #2, #3) and then switch between them using special string. -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Nov 14 2004, 13:04
Post
#27
|
|
|
Group: Members Posts: 808 Joined: 10-June 03 From: Zaragoza Member No.: 7113 |
QUOTE (mazy @ Nov 14 2004, 03:07 AM) For those requesting album art, rexy as just released a panel album art, right now it only display folder.jpg in the folder where the file is, but it's a good start Get it here: http://www.hydrogenaudio.org/forums/index....showtopic=29383 -------------------- Iván
My Blog: http://www.ivancastell.org |
|
|
|
Nov 14 2004, 13:16
Post
#28
|
|
![]() Group: Members Posts: 1099 Joined: 18-March 03 From: Oslo, Norway Member No.: 5569 |
QUOTE (jkwarras @ Nov 14 2004, 02:04 PM) QUOTE (mazy @ Nov 14 2004, 03:07 AM) For those requesting album art, rexy as just released a panel album art, right now it only display folder.jpg in the folder where the file is, but it's a good start Get it here: http://www.hydrogenaudio.org/forums/index....showtopic=29383 IMHO it would make sense to combine albumart with track info. Then you could have it as one single tab in foo_uie_tabs. |
|
|
|
Nov 14 2004, 13:43
Post
#29
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
QUOTE (mazy @ Nov 14 2004, 10:07 PM) great plugin, Phi! i've requested something like this as ui extension before requests though: - it could be nice to show album art in the background - special strings to change fonts (at least for bold / italics / underline variants, changing size would be great too). one way could be letting user to configure few fonts in the preferences (like font #1, #2, #3) and then switch between them using special string. Thanks. Although it seems like a popular request, I don't have any plans to add album art support at the moment. I had the second idea in mind when I was designing the plugin, and it wouldn't be too hard to support. Won't happen for a while though. As well as fonts, it might be possible to support embedded images (and incidentally, album art), but I'm not sure how well that would work. |
|
|
|
Nov 14 2004, 13:57
Post
#30
|
|
![]() Group: Banned Posts: 1131 Joined: 19-September 02 Member No.: 3407 |
$char(1)CStatistics:$char(10)
This song was played ffffff%play_counter% times. $char(10) Last played: ffffff%play_date% at ffffff%play_time%) When i use this script , get the following format for the date and time This song was played 2 times. Last played: 111104 at 225519 when if should be This song was played 2 times. Last played: 11/11/2004 at 22:55:09 How do i fix this? Thanks |
|
|
|
Nov 14 2004, 14:13
Post
#31
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
QUOTE (JEN @ Nov 14 2004, 11:57 PM) $char(1)CStatistics:$char(10) This song was played ffffff%play_counter% times. $char(10) Last played: ffffff%play_date% at ffffff%play_time%) When i use this script , get the following format for the date and time This song was played 2 times. Last played: 111104 at 225519 when if should be This song was played 2 times. Last played: 11/11/2004 at 22:55:09 How do i fix this? You need to change the format of the play_date and play_time tags in the play counter preferences to match how you want them to look. Although, that won't help you fix the play count tags that have already been added to files. You'll have to use some masstagger script for that. |
|
|
|
Nov 14 2004, 14:29
Post
#32
|
|
![]() Group: Banned Posts: 1131 Joined: 19-September 02 Member No.: 3407 |
Thanks
|
|
|
|
Nov 14 2004, 20:26
Post
#33
|
|
|
Group: Members Posts: 21 Joined: 28-August 04 Member No.: 16587 |
-------------------- Russian foobar2000 site: www.foobar2000.h12.ru
--- Splinter |
|
|
|
Nov 14 2004, 22:27
Post
#34
|
|
![]() Group: Members Posts: 123 Joined: 10-April 04 Member No.: 13389 |
@Phi:
Thanks for this plugin (and, obviously, for the others!) @Messer: QUOTE (Messer @ Nov 14 2004, 12:35 AM) CODE $select($add(1,$mod(%_time_elapsed_seconds%,10)), o $char(10)<!> $char(10)< >$char(10)$char(10), o/$char(10)<! $char(10) <>$char(10) $char(10), o>$char(10)<! $char(10) <>$char(10)$char(10),<o> $char(10) ! $char(10)< >$char(10)$char(10),<o/ $char(10) ! $char(10)/ >$char(10)$char(10), o $char(10)'/!,' $char(10)/ >$char(10)$char(10), o $char(10)',!>' $char(10) >>$char(10)$char(10), o $char(10)'<!,'$char(10)<< $char(10) $char(10), o/$char(10)/! $char(10) >>$char(10) $char(10), o> $char(10)/! $char(10)/ > $char(10) ) (hint: fixed width font recommended) I have put this at top of my string. It remember the display of my AVC Sout Player... (btw: you have forgotten a "$char(10)" at the end....) Cheers |
|
|
|
Nov 14 2004, 23:25
Post
#35
|
|
|
Group: Members Posts: 38 Joined: 3-May 04 Member No.: 13867 |
QUOTE (JEN @ Nov 14 2004, 11:57 PM) $char(1)CStatistics:$char(10) ... at 225519 when if should be This song was played 2 times. Last played: 11/11/2004 at 22:55:09 How do i fix this? You can fix your displayed time by using $substr(a,b,c) For your time-display it has to be: $substr(%play_time%,0,2):$substr(%play_time%,3,4).$substr(%play_date%,5,6) Hope i could help |
|
|
|
Nov 14 2004, 23:56
Post
#36
|
|
|
Group: Members Posts: 177 Joined: 13-December 02 From: USA Member No.: 4068 |
Adding covert art support would be awesome, especially if it read it from the tag in the MP3!
|
|
|
|
Nov 15 2004, 03:59
Post
#37
|
|
|
Group: Members Posts: 50 Joined: 12-November 04 Member No.: 18084 |
*deleted double post*
This post has been edited by badrad: Nov 15 2004, 04:05 |
|
|
|
Nov 15 2004, 04:04
Post
#38
|
|
|
Group: Members Posts: 50 Joined: 12-November 04 Member No.: 18084 |
Very useful plugin, thanks. I am loving these foo_uie plugins.
And thanks for your string free. This post has been edited by badrad: Nov 15 2004, 04:05 |
|
|
|
Nov 15 2004, 04:30
Post
#39
|
|
|
Group: Members Posts: 305 Joined: 8-January 03 Member No.: 4465 |
QUOTE (Sandman2012 @ Nov 13 2004, 08:01 PM) QUOTE (free @ Nov 13 2004, 01:17 PM) Can you tell me where you got those playback buttons? I'd love to have those for my foobar2000 configuration. Seconding that, plus the name of that XP theme |
|
|
|
Nov 15 2004, 06:08
Post
#40
|
|
![]() Group: Members Posts: 295 Joined: 27-March 04 Member No.: 13034 |
QUOTE (free @ Nov 14 2004, 11:26 AM) Thanks man. Those buttons rock. edit: couldn't open the ZIP for some reason. :S This post has been edited by Sandman2012: Nov 15 2004, 06:09 |
|
|
|
Nov 15 2004, 06:16
Post
#41
|
|
|
Group: Members Posts: 50 Joined: 12-November 04 Member No.: 18084 |
QUOTE (Sandman2012 @ Nov 14 2004, 09:08 PM) edit: couldn't open the ZIP for some reason. :S Did you right click and say save as? Try just clicking on the link, as it takes you to another webpage where you can click to download (guess its angry about the referrer), and it worked for me. |
|
|
|
Nov 15 2004, 13:20
Post
#42
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
there is a plugin like this for winamp, however all the customization is done in html, and the tagz are input as variables. it would also be cool if this was done like that. it would be VERY customizable.
it would be sweet if this plugin could incorporate rexy's album art plugin, so in essence you'd be able to have a tag to call up the album art and indicate what dimensions you want it to have. nice stuff nonetheless. p.s. when i display the %comment% tag it outputs as one long line without any word wrap. This post has been edited by metal_termite: Nov 15 2004, 13:28 |
|
|
|
Nov 15 2004, 16:29
Post
#43
|
|
|
Group: Members Posts: 333 Joined: 1-February 03 Member No.: 4829 |
Updated.
Changes:
QUOTE (metal_termite @ Nov 15 2004, 11:20 PM) there is a plugin like this for winamp, however all the customization is done in html, and the tagz are input as variables. it would also be cool if this was done like that. it would be VERY customizable. Sounds good, but a lot of work. QUOTE (metal_termite) p.s. when i display the %comment% tag it outputs as one long line without any word wrap. Use $meta(tagname) for multiline tags. i.e., $meta(comment). And you may need to use $replace($meta(comment),$char(13),) to get rid of any carriage returns. Multiline tags don't look very good though, since alignment and color is reset after every line (i.e., the first line will be formatted but the others will use the default). This post has been edited by Phi: Nov 15 2004, 16:30 |
|
|
|
Nov 15 2004, 16:53
Post
#44
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
thanks!
This post has been edited by metal_termite: Nov 15 2004, 16:55 |
|
|
|
Nov 15 2004, 18:50
Post
#45
|
|
![]() Group: Members Posts: 295 Joined: 27-March 04 Member No.: 13034 |
QUOTE (badrad @ Nov 14 2004, 09:16 PM) QUOTE (Sandman2012 @ Nov 14 2004, 09:08 PM) edit: couldn't open the ZIP for some reason. :S Did you right click and say save as? Try just clicking on the link, as it takes you to another webpage where you can click to download (guess its angry about the referrer), and it worked for me. I'm using Firefox. The original link took me to a page and from there I DLed the ZIP. I'll try again - maybe it got corrupted in the download or something. edit: got 'em that time. Thanks, This post has been edited by Sandman2012: Nov 15 2004, 19:02 |
|
|
|
Nov 15 2004, 21:31
Post
#46
|
|
|
Group: Members Posts: 238 Joined: 22-February 04 Member No.: 12193 |
QUOTE (Phi @ Nov 15 2004, 07:29 AM) Updated. Great plugin !Changes:
QUOTE (metal_termite @ Nov 15 2004, 11:20 PM) there is a plugin like this for winamp, however all the customization is done in html, and the tagz are input as variables. it would also be cool if this was done like that. it would be VERY customizable. Sounds good, but a lot of work. QUOTE (metal_termite) p.s. when i display the %comment% tag it outputs as one long line without any word wrap. Use $meta(tagname) for multiline tags. i.e., $meta(comment). And you may need to use $replace($meta(comment),$char(13),) to get rid of any carriage returns. Multiline tags don't look very good though, since alignment and color is reset after every line (i.e., the first line will be formatted but the others will use the default). Why doesnt scrolling work here? |
|
|
|
Nov 15 2004, 22:23
Post
#47
|
|
![]() Group: Members Posts: 1317 Joined: 4-January 03 From: Finland Member No.: 4418 |
Scrolling works here almost perfectly. The only problem is that the screen (or the trackinfo panel area) gets cluttered when you scroll too much...
|
|
|
|
Nov 15 2004, 22:55
Post
#48
|
|
|
Group: Members Posts: 50 Joined: 12-November 04 Member No.: 18084 |
New version is working great.
|
|
|
|
Nov 15 2004, 23:46
Post
#49
|
|
![]() Group: Members Posts: 157 Joined: 10-January 02 From: www.RadioKDUG.com Member No.: 978 |
QUOTE (Zurman @ Nov 15 2004, 12:31 PM) i thought not as well, but you gotta scroll with yer mouse wheel, there is no scroll bar. seems like there should be... if you use your scroll alot, like reading a very long comment, then click on a track with less info, the panel will remain scrolled up, you will have to scroll back down to see the second track info. although, you will only have to scroll down one click. hmm, you just have to move your scroll wheel one click either direction and the second track will be scrolled up to the top. uhh, unless the second track has a long comment also... another cool pluggin, thanks! edit: could it made so that i could select and copy the info in the panel? This post has been edited by juglesh: Nov 15 2004, 23:55 -------------------- juglesh B>{)}
www.RadioKDUG.com |
|
|
|
Nov 15 2004, 23:52
Post
#50
|
|
|
Group: Members Posts: 38 Joined: 3-May 04 Member No.: 13867 |
Great plugin so far... waiting for $tab() / $char(9) support. Really looking forward for new releases.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 08:13 |