Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_uie_single_column_playlist (Read 736605 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_uie_single_column_playlist

Reply #550
Nice component, pretty slow though :\

foo_uie_single_column_playlist

Reply #551
If you use cwb_hooks, turn off the "Notify other components of variable changes" option in the preferences.  That speeds it up for me.

foo_uie_single_column_playlist

Reply #552

Thanks for the reply, but i'm afraid that didn't fix my issue. Here's another example of what I'm trying to fix (same code as before with a DVD cover image):


I'm thinking this may be a bug in $imageabs2, or I'm not using it correctly. Anyone have any more ideas?

Could you give us your whole Group Display coding? Something else might be interrupting it.

Code: [Select]
$imageabs2(110,110,,,,,5,5,$replace(%path%,%filename_ext%,folder.jpg),)

$alignabs(120,8,%_width%,%_height%,,)
$font(tahoma,9,bold,)$abbr($if2(%album artist%,%artist%),80)$char(10)
$font(tahoma,9,bold,62-128-223)$abbr(%album%,80)$char(10)
$font(tahoma,6,bold,62-128-223)__________________________________$char(10)$char(10)
$font(tahoma,8,bold,0-0-0)Year: $font(tahoma,8,,)%date%$char(10)
$font(tahoma,8,bold,)Genre: $font(tahoma,8,,)%genre%$char(10)
$font(tahoma,8,bold,)Format: $font(tahoma,8,,)$if($stricmp(%codec%,'ATSC A/52'),dolby digital,$lower(%codec%))', '%bitrate% kbps', '$if($stricmp(%samplerate%,'44100'),'44.1 kHz',$if($stricmp(%samplerate%,'48000'),'48 kHz',%samplerate% Hz))', '$if($stricmp(%channels%,'6ch'),'5.1 surround',%channels%)$char(10)
$font(tahoma,8,bold,)Album Gain: $font(tahoma,8,,)$if2(%__replaygain_album_gain%,none)$char(10)

Edit:
I tried the group display with just the $imageabs2 line by itself and still get the same problem

foo_uie_single_column_playlist

Reply #553



Thanks for the reply, but i'm afraid that didn't fix my issue. Here's another example of what I'm trying to fix (same code as before with a DVD cover image):


I'm thinking this may be a bug in $imageabs2, or I'm not using it correctly. Anyone have any more ideas?


Could you give us your whole Group Display coding? Something else might be interrupting it.


Edit:
I tried the group display with just the $imageabs2 line by itself and still get the same problem


$imageabs2(85,85,,,100,100,10,5,$replace(%path%,%filename_ext%,)test.png,)

Where the 100's are, put a large number. It should then work.

Edit:

Quote
I'm used to highlighting x amount of tracks within a playlist (but not all) and being able to modify the tags.

So am I doing something wrong or is it not possible to (like in columns ui) modify the tracks for 1 album inside of a playlist containing many?


It works just as before. You will not visually see the selecting of the items unless you define %_selected% with an $if statement.

Edit: Fixed grammar errors

foo_uie_single_column_playlist

Reply #554
Quote

I'm used to highlighting x amount of tracks within a playlist (but not all) and being able to modify the tags.

So am I doing something wrong or is it not possible to (like in columns ui) modify the tracks for 1 album inside of a playlist containing many?


You still works. If visually will not see yourself selecting them all unless you define %_selected% with an $if statement.


Its not the seeing it that i'm having problems with. When i just do it then select the properties or file info just as i did with colums ui it only shows the properties of the last song.

I've added this
Code: [Select]
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-128-128-255 pencolor-128-128-128))

at the end to test what your saying and it only highlights one song. I want to be able to edit multiple tracks within a playlist but not all. How do I do that?

foo_uie_single_column_playlist

Reply #555
I'm having a problem myself.

For some odd reason, it keeps going to the next line prematurely,
even when it has enough room to display the whole of text.

Code: [Select]
$drawrect(,,,,brushcolor-255-255-255 pencolor-255-255-255)

$padding(10,5)
$imageabs2(85,85,,,,,10,5,$replace(%path%,%filename_ext%,)folder.jpg,)

$padding(90,-5)
$font(calibri,11,bold,)
$puts(ar_w,$calcwidth(%artist%))
$drawrect(,19,$get(ar_w),1,brushcolor-100-100-100 pencolor-null)

$font(calibri,10,bold,0-0-0)[%artist%]$char(10)
$font(calibri,8,bold,0-0-0)[%album%]
$font(calibri,7,,100-100-100)  %_itemcount% tracks

$font(calibri,7,,0-0-0)$char(10)[%date%]

$font(calibri,7,,0-0-0)$char(10)[%genre%]





I've added this
Code: [Select]
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-128-128-255 pencolor-128-128-128))

at the end to test what your saying and it only highlights one song. I want to be able to edit multiple tracks within a playlist but not all. How do I do that?


Ah don't mind my English above ... havn't had a cig in three days and it is making head go crazy.

I meant, you can still select multiple tracks, but if you do not define it, you will not be able to visually see what you are selecting.

It should let you select mutliple ones, the same way you select multiple items in Windows or with Columns UI (or was there a different way?); i.e. by holding shift and/or ctrl. After selecting, right click on any of the tracks and go to properties.

If it not allowing you do this, I have no idea what the problem is. Here is a picture of me selecting different items, with the properties window open.

[a href="http://img213.imageshack.us/my.php?image=selectrh8.jpg" target="_blank"][/url]

foo_uie_single_column_playlist

Reply #556
Ah don't mind my English above ... havn't had a cig in three days and it is making head go crazy.

I meant, you can still select multiple tracks, but if you do not define it, you will not be able to visually see what you are selecting.

It should let you select mutliple ones, the same way you select multiple items in Windows or with Columns UI (or was there a different way?); i.e. by holding shift and/or ctrl. After selecting, right click on any of the tracks and go to properties.

If it not allowing you do this, I have no idea what the problem is. Here is a picture of me selecting different items, with the properties window open.


ahhhhhhhhh. crtl+shft makes it work but with columns ui i never had to do that.

Thank You

foo_uie_single_column_playlist

Reply #557
$imageabs2(85,85,,,100,100,10,5,$replace(%path%,%filename_ext%,)test.png,)

Where the 100's are, put a large number. It should then work.

Thanks, that seems to have done the trick.

This plugin really is shaping up very nicely. Well done terrestrial, keep up the great work!

foo_uie_single_column_playlist

Reply #558
I have this weird bug when I start foobar, it display whatever is behind Foobar at this moment (here, my IRC client): http://omoikane.minstrum.net/foobug.jpg
If I edit Item Display without changing anything it comes back to normal 

foo_uie_single_column_playlist

Reply #559
And annother thing. If the playlist is longer than the foobar window, and a vertical scrollbar appears in the playlist, annother item is added to the playlist which usually contains data from a random item in the playlist. Double clicking that item will crash foobar.

Screenshot attached. See the very bottom of the picture. You'll notice a duplicate item. Double clicking it crashes foobar with an access violation.

(and please dont mind the look of the foobar, i've just started playing with this plugin and looking how it appears on different themes

http://free-zg.t-com.hr/lhaymehr/STORAGE/MISC/fb001err.png

foo_uie_single_column_playlist

Reply #560
while we're on the "bugs" topic:

- I set my "group rows" to 0 but every time I open the settings it comes back to 1

- using quicksearch toolbar with focus on search results, my rows are replaced by "NEIN", i have to look at another playlist and come back to the search results to see them: http://omoikane.minstrum.net/foobug2.png

foo_uie_single_column_playlist

Reply #561
And annother thing. If the playlist is longer than the foobar window, and a vertical scrollbar appears in the playlist, annother item is added to the playlist which usually contains data from a random item in the playlist. Double clicking that item will crash foobar.

Screenshot attached. See the very bottom of the picture. You'll notice a duplicate item. Double clicking it crashes foobar with an access violation.

(and please dont mind the look of the foobar, i've just started playing with this plugin and looking how it appears on different themes

http://free-zg.t-com.hr/lhaymehr/STORAGE/MISC/fb001err.png

That problem was brought up a few posts back.  I found that the height of the entire palylist panel needs to be a multiple of the row height to not have this occur.

foo_uie_single_column_playlist

Reply #562
yup, i get the same bugs as draiken, my list is replaced with NEIN when i use with quick search toolbar


foo_uie_single_column_playlist

Reply #564
I apologize for the rookie question, but I've just installed the plugin and my playlist looks quite unappealing regardless of what .fcs config I'm trying to load:



The relevant (?) config settings are as shown here.

Running latest versions of both columns_ui and fb2k.

Appreciate all feedback, thanks!

foo_uie_single_column_playlist

Reply #565
while we're on the "bugs" topic:

- I set my "group rows" to 0 but every time I open the settings it comes back to 1

- using quicksearch toolbar with focus on search results, my rows are replaced by "NEIN", i have to look at another playlist and come back to the search results to see them: http://omoikane.minstrum.net/foobug2.png


Er, why do you want group rows to be 0? If you simply do not want a header, use !noheader! (I believe that is the syntax)


I apologize for the rookie question, but I've just installed the plugin and my playlist looks quite unappealing regardless of what .fcs config I'm trying to load:



The relevant (?) config settings are as shown here.

Running latest versions of both columns_ui and fb2k.

Appreciate all feedback, thanks!


Right click on the playlist,  and click on settings.

Single Column does not use a fcs file. Read the topic or look at the appearence thread (the last several pages) for coding to put in.

foo_uie_single_column_playlist

Reply #566
feature request summary from me to terrestial... hope he will see

1) pls make it so that if i rclick group header the whole group is selected

2) pls implement some boolean function like "$ispresent" or "$exist" or i dont know to make codes like this possible
if($exist(folder.jpg),imageabs(folder.jpg),imageabs(nocover.jpg))

3) pls look on "there is part of playlist at the bottom which is wierd and when i click it the whole foobar crashes" bug

4)would it be possible to implement some sort of refresh image option?... images are loaded almost perfectly when foobar is restarted but if you experiment with code its a bit slow to restart everytime you change something to see if it works

5) i sometime use code like this
Code: [Select]
$imageabs2(84,84,0,0,84,84,5,3,'images\artoverlay.png',)

is imageabs2 suppose to work with relative path? i guess it isnt but it works and thats great. could you look at this and if its unintended feature just look at code if everything works fine?

And once more Thanks for component which makes undreamed things possible.

foo_uie_single_column_playlist

Reply #567
Er, why do you want group rows to be 0? If you simply do not want a header, use !noheader! (I believe that is the syntax)

I use %_itemcount% to display (or not) my album covers.

foo_uie_single_column_playlist

Reply #568
I still have a problem withe the last version of this plugin. I cant manage to figure a way to delete a song from a playlist. I tried middle mouse button, del or backspace, nothing works.

help please

Thanks for that plugin by the way, it is awesome

foo_uie_single_column_playlist

Reply #569
I still have a problem withe the last version of this plugin. I cant manage to figure a way to delete a song from a playlist. I tried middle mouse button, del or backspace, nothing works.

help please

Thanks for that plugin by the way, it is awesome


delete key works for me..... 

foo_uie_single_column_playlist

Reply #570
Thats strange, no keyboard shortcuts work for me using this plugin.

I have to use the context menu for everything.

It's one of the few things thats stopping me using this plugin just now.

foo_uie_single_column_playlist

Reply #571
a recent version added keyboard shortcuts. Make sure you have the latest one
My Name is Sean and I'm here to leech off your genius.

foo_uie_single_column_playlist

Reply #572
I just made a button to do edit->selection->remove, works great

 

foo_uie_single_column_playlist

Reply #573
So, I've downloaded 0.9.4 and I can't seem to get this mod working.  I've downloaded and extracted it into the components folder, and when I go to Preferences and try to change the interface, only default user interface is there to be chosen.  Am I missing something?

foo_uie_single_column_playlist

Reply #574
So, I've downloaded 0.9.4 and I can't seem to get this mod working.  I've downloaded and extracted it into the components folder, and when I go to Preferences and try to change the interface, only default user interface is there to be chosen.  Am I missing something?


You need to have Columns UI installed.  That is the user interface.  Single column playlist is a panel for columns UI, it does not replace it.