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 736636 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_uie_single_column_playlist

Reply #800
 Yes I have done it 
[a href="http://imageshack.us" target="_blank"] 
Code for the pictures
Code: [Select]
 $align(left,top)%list_index%        %tracknumber%      %Codec% $imageabs(150,($mul(%list_index%,16)),icons\%codec%.png,)

 

foo_uie_single_column_playlist

Reply #801
Any chance that a single column panel will have an option to detach from playlist in the future?

If so, a panel could be created to replace album list panel with a nice list including album art
Can't wait for a HD-AAC encoder :P

foo_uie_single_column_playlist

Reply #802
Yes! I want a replacement for foo_browser! I want album art in THERE!
There's a storm on the loose, there's sirens in my head...

foo_uie_single_column_playlist

Reply #803
I've got a quick question for the brains in this thread.

My config is set up to use a rating system that basically checks to see what the rating is (00-05) and displays that many stars at the far right of my single_column_playlist in item display.  Now, I want to expand that a bit to have the play_counter influence the rating of the track.  My idea was to put a bit of code right before the bit that generates the stars that says something like "if %play_counter% is less than 5, rating = 00, if %play_counter% is less than 10 but greater than 5, rating = 01" and so forth.

My problem is that I can't seem to figure out how to feed a value in to an already defined ID3 field.  I thought about using $put() but it didn't seem to work.  Does anyone have any ideas?

foo_uie_single_column_playlist

Reply #804
I do still get an extra blank row at the bottom of my playlists but the overlay glitch is gone and the row is filled with the panel background color.

Would it be possible to append rows like this to the bottom of groups that contain less than a given number of entries? This way we could do the side album art with albums that only contain a few tracks?


do you get a blank row on all your playlists? it's a whole blank row right- not a partial one? As for adding in blank rows, I will try to add it in for the next version.


I got the follow crash 2 times in the last half hour. Since nothing has changed in my configuration except the new version, I suspect it is related (and also because of the 'foobar2000_get_interface' in the crash log). I use Windows Vista RC2.


doesn't look like it's related to scpl.. it's more likely that something else + vista don't get along.


Coppertop's description of our focus bug are correct. The plugin no longer obeys 'Playback Follow Cursor' nor 'Cursor Follows Playback' anymore.

I'll try the latest version now to see about the display glitch and playing on enter feature. Thanks again for the quick responses.


I'm still not able to reproduce this. please post a screeshot if possible. both "Playback follows cursor" and "Cursor follows playback" seems to be working for me...

Think it would be possible to add the F2 renaming feature of ColumnsUI to quickly change an ID3 tag field?  This is the only feature of ColumnsUI that I miss.


no, not really feasible here, unfortunately.


One quick request, the ability to resize images out of ratio(non square images could be made into squares etc)
I don't know if its possible or even smart(in regards to performance) but I thought I'd throw it out there.

edit: actually what I really need is the ability to align the resized object, something other than having it centered in the panel


will try to get it in for the next version.

How to do $hsl in this plugin? Question has been asked in thread before but I dont see an answer. A conversion from hsl to rgb can be found here:
http://www.hydrogenaudio.org/forums/index....p;p=80111&#

But how to get the weird X-Y-Z format out of this??

Thx


I'll try to add HSL support for the next version also.

terrestrial, could you please fix support for columns ui's globals? it works well in your track info panel mod, but still not here.


I will fix it, but I'm curious as to what you use the globals for? It doesn't help with performance any here (in fact, the opposite). Is it so that the same code isn't in two different places, or is there another use for globals that I'm missing?

2.Create a playlist with one album -> select several tracks in SCP -> switch to ColumnsUI. The result is that you see the same tracks more than one time


not quite sure I get this one either... maybe a screenshot?

--------------

edit: and for the people who still have the display glitches with the rows... when you scroll, it always scrolls in whole-row increments right? The top row should always be whole...

also, for the people with the problems, what version of comctl32.dll do you have?

foo_uie_single_column_playlist

Reply #805
Since updating to 0.3.2, my titles/albums have started wrapping onto the next level down (if they're too wide to fit), covering up any information i've got there. Any way to stop this from happening?


sorry I do not know the answer to your question, but I wanted to ask:
What do you mean the next level down? the next line? or inside the same line? Cause what I'm trying to do is to force the wrapping of the text and I can't figure out how! If use $alignabs2(,,,,, top) it does wrap, but if I set Bottom, it doesn't, even though there is space...(24 pixel high lines)

foo_uie_single_column_playlist

Reply #806
Any chance that a single column panel will have an option to detach from playlist in the future?

If so, a panel could be created to replace album list panel with a nice list including album art



Yes! I want a replacement for foo_browser! I want album art in THERE!

Seeing how slow SCP can become with only a few 600*600 album art, it would be just awful with a whole library... You would have to resize all your covers and even if you did so, i doubt it would go fast enough.

foo_uie_single_column_playlist

Reply #807
do you get a blank row on all your playlists? it's a whole blank row right- not a partial one? As for adding in blank rows, I will try to add it in for the next version.

...

edit: and for the people who still have the display glitches with the rows... when you scroll, it always scrolls in whole-row increments right? The top row should always be whole...

also, for the people with the problems, what version of comctl32.dll do you have?




The blank row at the bottom is not the same height as a row, instead it appears as though the entire list is scrolling too far and the "blank line" is the height of whatever would be visible if the playlist was 1 entry longer.

I experimented by changing my row height but this had no effect on the blank row.

If the foobar window is resized vertically while the blank row is displayed, the row expands to fill the space until the blank row is the same height as normal row. At which point the entire playlist jumps down one row and the blank row begins to expand from 0 again.

When I scroll the playlist it always scrolls in increments of 1 row height (is is possible to change this to 1 pixel row? I rather like the "smooth scroll" look to things). My COMCTL32.DLL identifies itself as v5.82.3790.2778 and should be the default version for Win2k3 SP1.

foo_uie_single_column_playlist

Reply #808
The blank row at the bottom is not the same height as a row, instead it appears as though the entire list is scrolling too far and the "blank line" is the height of whatever would be visible if the playlist was 1 entry longer.

I experimented by changing my row height but this had no effect on the blank row.

If the foobar window is resized vertically while the blank row is displayed, the row expands to fill the space until the blank row is the same height as normal row. At which point the entire playlist jumps down one row and the blank row begins to expand from 0 again.
A darn good explanation, thanks for that.  And, FWIW, the current behaviour is perfectly acceptable to me: what I'd really like to see is $tab support.

Anyway, here (Win2000 SP4) COMCTL32.DLL is 5.81.4916.400.

HTH.

Alessandro

foo_uie_single_column_playlist

Reply #809
5.82.5744.16384 here (Vista RC2).

terrstrial, Whenever i switch to a new track with keyboard hotkeys or after searching for a track, It starts playing but the playlist does not focus on it anymore even if 'Cursor Follows Playback' is enabled. Also, My statusbar action is set to focus on the playing track upon doubleclick - That also no longer works, The playing track does not get focused.

foo_uie_single_column_playlist

Reply #810

Coppertop's description of our focus bug are correct. The plugin no longer obeys 'Playback Follow Cursor' nor 'Cursor Follows Playback' anymore.

I'll try the latest version now to see about the display glitch and playing on enter feature. Thanks again for the quick responses.


I'm still not able to reproduce this. please post a screeshot if possible. both "Playback follows cursor" and "Cursor follows playback" seems to be working for me...



I did some more expirimenting and found out some more details. 'Playback follows cursor' works, maybe it already got fixed or I somehow confused it with 'Cursor follows playback' 

[a href="http://img91.imageshack.us/my.php?image=foobar1vy7.jpg" target="_blank"]

foo_uie_single_column_playlist

Reply #811
The blank row at the bottom is not the same height as a row, instead it appears as though the entire list is scrolling too far and the "blank line" is the height of whatever would be visible if the playlist was 1 entry longer.

I experimented by changing my row height but this had no effect on the blank row.

If the foobar window is resized vertically while the blank row is displayed, the row expands to fill the space until the blank row is the same height as normal row. At which point the entire playlist jumps down one row and the blank row begins to expand from 0 again.

When I scroll the playlist it always scrolls in increments of 1 row height (is is possible to change this to 1 pixel row? I rather like the "smooth scroll" look to things). My COMCTL32.DLL identifies itself as v5.82.3790.2778 and should be the default version for Win2k3 SP1.


this is normal behavior, then. the last "blank" row should be filled with the background color, and should always be less than the row height. this space is what's left over after all the rows get displayed (since scrolling only goes in 1 row increments). I don't think its possible to change the incrementing behavior.


A darn good explanation, thanks for that.  And, FWIW, the current behaviour is perfectly acceptable to me: what I'd really like to see is $tab support.

Anyway, here (Win2000 SP4) COMCTL32.DLL is 5.81.4916.400.

HTH.

Alessandro


$tab would be kinda redundant... you can use one of the $align functions instead.


5.82.5744.16384 here (Vista RC2).

terrstrial, Whenever i switch to a new track with keyboard hotkeys or after searching for a track, It starts playing but the playlist does not focus on it anymore even if 'Cursor Follows Playback' is enabled. Also, My statusbar action is set to focus on the playing track upon doubleclick - That also no longer works, The playing track does not get focused.


I'm not able to reproduce any of that... maybe it's a vista thing. I'll see if I can test it out on vista later today.  Anyone else with the same symptoms.. and what OS are you running?


To conclude: it looks like that when the next item that is to played is not in the current screen, the whole screen jumps back to the top of the playlist.

I really hope this helps and that my explanation is understandable


so the playlist jumps and the focused/selected item is not visible? its off screen to the top? it should center the item in the middle of the screen.

foo_uie_single_column_playlist

Reply #812

5.82.5744.16384 here (Vista RC2).

terrstrial, Whenever i switch to a new track with keyboard hotkeys or after searching for a track, It starts playing but the playlist does not focus on it anymore even if 'Cursor Follows Playback' is enabled. Also, My statusbar action is set to focus on the playing track upon doubleclick - That also no longer works, The playing track does not get focused.


I'm not able to reproduce any of that... maybe it's a vista thing. I'll see if I can test it out on vista later today.  Anyone else with the same symptoms.. and what OS are you running?


To conclude: it looks like that when the next item that is to played is not in the current screen, the whole screen jumps back to the top of the playlist.

I really hope this helps and that my explanation is understandable


so the playlist jumps and the focused/selected item is not visible? its off screen to the top? it should center the item in the middle of the screen.


Yes, the playlist jumps and the focused/selected item is not visible.

I'm also using Vista, I'm trying my Foobar installation on a Windows 2000 PC soon.

foo_uie_single_column_playlist

Reply #813
Coppertop to the rescue again. Exact description of the problem.

foo_uie_single_column_playlist

Reply #814
I moved my Foobar installation to a Windows 2000 PC and the problem was no longer there, so it looks like a Vista-specific problem

I really hope you can try to fix the problem, but I understand if you don't want to because it is Vista-related.

Funny thing: the garbled last line bug that doesn't occur on my Vista PC, did immediatly show up on the Windows 2000 PC.

foo_uie_single_column_playlist

Reply #815
Well, Vista isn't too far off, And it is going to be a widely used operating system. It is possible, However, That it is indeed a bug in the updated COMCTL32 in Vista. Anyone else with Windows 2003 and\or XP to test it out?

foo_uie_single_column_playlist

Reply #816
I can't display any images, I tried $imageabs(0,0,images\somerandomimage.png,) (I placed images\somerandomimage.png in the foobar-directory) but no image. 
Nobody else seem to have this problem . No error, no crash or something like that, just nothing...
I have no idea what to do. No copy-n-past code posted previously in this thread works either, so I don't think its a problem with my code. Do I need to get some other plugin for the imageabs function or something like that?

The whole code:
Code: [Select]
$font(calibri,10,bold,)
$alignabs(10,9,200,50,,)
%artist%
$imageabs(0,0,images\somerandomimage.png,)

foo_uie_single_column_playlist

Reply #817
terrestrial, could you please fix support for columns ui's globals? it works well in your track info panel mod, but still not here.

I will fix it, but I'm curious as to what you use the globals for? It doesn't help with performance any here (in fact, the opposite). Is it so that the same code isn't in two different places, or is there another use for globals that I'm missing?

yes, i have some strings in columns_ui globals like strings for va album detection, color schemes etc.

foo_uie_single_column_playlist

Reply #818
Would it be possible to have sort within group format box?

foo_uie_single_column_playlist

Reply #819
I've uploaded a new version. Please see if that fixes (some) of the vista issues.

foo_uie_single_column_playlist

Reply #820
 Thank you very much! The 'scrolling' problem is fixed!

foo_uie_single_column_playlist

Reply #821
Confirmed, Fixed here too. As a developer, I'm interested to know how did you fix it, If you don't mind

The filesize seems to be the same.. Is it just a recompile against the vista DLL ?

foo_uie_single_column_playlist

Reply #822
Confirmed, Fixed here too. As a developer, I'm interested to know how did you fix it, If you don't mind

The filesize seems to be the same.. Is it just a recompile against the vista DLL ?


some problem with LVM_GETITEMPOSITION. replaced it with some code to manually calculate the position and amount to scroll.

foo_uie_single_column_playlist

Reply #823
I see. Well, Good work