HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: qwertz on 2009-04-15 18:48:08

Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: qwertz on 2009-04-15 18:48:08
This one is quite nice.
Similar to CUI item details, with transparency function (not tested), tab() function, and what I think is very nice, copy function (use ctrl+c).

foo_uie_textbox.dll (http://blog.99ravens.net/index.php?e=270)

[a href="http://img223.imageshack.us/my.php?image=clipboard01hwy.jpg" target="_blank"]
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: Falstaff on 2009-04-15 18:55:17
a script to share with us please ?
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: qwertz on 2009-04-15 18:57:30
a script to share with us please ?


There is a link in my post.
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: Falstaff on 2009-04-15 19:02:35
link thru author site, but i haven't found a example of script to use in ... ?
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: qwertz on 2009-04-15 19:13:14
Should be the same as in item details, that's how I used it anyway in my example.

Code: [Select]
'Artist:'$tab()$if2(%artist%,' N/A')$crlf()
'Album:'$tab()$if2(%album%,' N/A')$crlf()
'Title:'$tab()$if2(%title%,' N/A')$crlf()
'Track:'$tab()$if2(%tracknumber%'/'%totaltracks%,' N/A')$crlf()
'Disc:'$tab()$if2(%discnumber%'/'%totaldiscs% ,$if($strcmp($left(%path%,7),'http://'),' N/A',' 1/1'))$crlf()
'Date:'$tab()$if2(%date%,' N/A')$crlf()
'Genre:'$tab()$if2(%genre%,' N/A')$crlf()
'Style:'$tab()$if2(%style%,' N/A')$crlf()
'Rating:'$tab()$if(%rating%,$repeat($char(9733),%rating%)$repeat($char(9734),$sub(5,%rating%)),$repeat($char(9734),5))'     Mood: '$ifgreater(%mood%,0,$char(9829),$char(9825))$crlf()$crlf()
'Codec:'$tab()$tab()$if2(%codec%[ %codec_profile%][ $if(%__tool%,$replace(%__tool%,LAME,'Lame '),%__tool%)],' N/A')$crlf()
'Bitrate:'$tab()$tab()$if2(%bitrate%' Kbit/s',' N/A')$crlf()
'Sample Rate:'$tab()$if2(%samplerate%' Hz',' N/A')$crlf()
'Channels:'$tab()$if2($caps(%__mp3_stereo_mode%),' N/A')$crlf()
'Size:'$tab()$tab()$if2($div(%_filesize%,1048576)'.'$num($muldiv($mod(%_filesize%,1048576),100,1048576),2)' MB',' N/A')$crlf()
'Album Gain:'$tab()$if2(%replaygain_album_gain%,' N/A')$crlf()
'Track Gain:'$tab()$if2(%replaygain_track_gain%,' N/A')$crlf()
$crlf()
'Play Count:'$tab()$if2(%play_count%,' N/A')$crlf()
'Added:'$tab()$tab()$if2(%added%,' N/A')$crlf()
'First Played:'$tab()$if2(%first_played%,' N/A')$crlf()
'Last Played:'$tab()$if2(%last_played%,' N/A')$crlf()
$crlf()
['Comment:'$crlf()%comment%$crlf()$crlf()]
['Release Notes:'$crlf()%DISCOGS_RELEASE_NOTES%$crlf()$crlf()]
['Release Credits:'$crlf()%DISCOGS_RELEASE_CREDITS%$crlf()$crlf()]
['Track Credits:'$crlf()%DISCOGS_TRACK_CREDITS%$crlf()$crlf()]
['Track Credits Vocals:'$crlf()%DISCOGS_CREDIT_VOCALS%$crlf()$crlf()]
['Remix Credit:'$crlf()%REMIXED BY%$crlf()$crlf()]
['URL:'$crlf()[%DISCOGS_ARTIST_URLS%$crlf()][%www%]$crlf()$crlf()]


Can't get $textfile() to work though, maybe that's only with foo_func?
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: bubi jackson on 2009-04-15 19:15:11
I like the scrollbar - thx for the info

nice config btw.
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: Falstaff on 2009-04-15 19:18:23
thanx for the script!
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: Falstaff on 2009-04-15 19:23:13
many buggs...

try ESC key when panel is focused
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: qwertz on 2009-04-15 19:34:10
many buggs...

try ESC key when panel is focused


heh, yeah, but as said it's still young, and the copy function is just too nice
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: tedgo on 2009-04-15 19:40:10
It's not that young...
(more than a year since initial release)
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: qwertz on 2009-04-15 22:05:43
It's not that young...
(more than a year since initial release)


Ah well, my bad, still I like it so far.
Title: [Not my release] Textbox (foo_uie_textbox.dll)
Post by: daxheaven on 2013-10-01 07:26:28
Site's dead, can somebody upload it again?