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_ui_panels (Read 1317761 times) previous topic - next topic
0 Members and 20 Guests are viewing this topic.

foo_ui_panels

Reply #950
Foobar crashes when I "add to playlist" while a song is playing. It does not do this when foo_ui_panels is not installed. I get the following error message: "Unhanhled exception: bad allocation." Using Vista (x64).

This is a wonderful plugin!

foo_ui_panels

Reply #951
Foobar crashes when I "add to playlist" while a song is playing. It does not do this when foo_ui_panels is not installed. I get the following error message: "Unhanhled exception: bad allocation." Using Vista (x64).

This is a wonderful plugin!


Fixed (sort of)--the problem was in the panels dropdown plugin.

foo_ui_panels

Reply #952
all right, I hope someone knows something about this:

I switch between Album list and Playlist View. (so it's Album List or Playlist View I can see at the same place)
When I use quicksearch when i'm at Album list, I can't see the results.
It's because the results are displayed at Playlist View (and the correct playlist)

How can I show the results just when I am at Album list, is this possible?
So it goes to Playlist View, just like it goes automatically to the search playlist.

foo_ui_panels

Reply #953
all right, I hope someone knows something about this:

I switch between Album list and Playlist View. (so it's Album List or Playlist View I can see at the same place)
When I use quicksearch when i'm at Album list, I can't see the results.
It's bacause the results are displayed at Playlist View (and the correct playlist)

How can I show the results just when I am at Album list, it this possible?
So it goes to Playlist View, just like it goes automatically to the search playlist.

nope, not possible.
Just hide the quicksearch with the playlist to avoid any confusion.
elevatorladylevitateme

foo_ui_panels

Reply #954
oke, thanks for the idea to hide it


foo_ui_panels

Reply #956

It would be easier to help you, if you describe your problem more precisely ...
Initially I had some problems in configuring the panels too. However, after restarting foobar I could get it to work.


Thanks I just wanted to know if anyone had it working. Now I know it can work, I'll persist with trying to get it working for me!

I have AlbumArt panel runing on Panels UI and it woks very well.

foo_ui_panels

Reply #957
is there a way to use hotkeys instead of buttons to switch between layouts in panels_ui?

foo_ui_panels

Reply #958
is there a way to refresh display with a command ?? $refresh will be very usefull for designing config (when a button option allow to show or hide cover art in SCPL for example !!! because today, i must use pvar to test if i must show or hide the cover art (cf. fofr config for example), and the display is not affected until i refresh via settings or resizing the main window  ...)

a refresh command that refresh all panel in PANELSUI could respond to this problem.

possible or to complicated ???

thanx in adavance

Br3tt

 

foo_ui_panels

Reply #959
I have a question about SCPL and layouts, which would lead me if not to a temporary solution that i want to share. Is there a way that when you choose a layout in the SCPL layout selector you also choose a sort/group.That way i could get rip of the group in scpl when on a "Divers" playlist for example.

So looking for that i discovered something, You can put the Group rows to 0 and the consequence is that you have no header. Be careful it is reset to 1 when going in the layout settings, yet if you dont it seems to be saved along restart.

Consequently Terrestrial could you allow us to put 0?

EDIT: I am not sure but i think we cant access var or pvar in the layout selector, didnt anyone managed to do it?

foo_ui_panels

Reply #960
foobar 0.9.4.3 beta - with PanelsUI - when i play a new song it does a screen redraw of the app and lags the display for 2-3 seconds... like it is updating a tag in but hiding it in the background...

this only happens when I double click and now when it automatically moves to the next song...

foo_ui_panels

Reply #961
Feature request:

How about a header which could be displayed at the top of the SCPL and updated with it.

I currently use a track display in such a position (showing the details of the sort order, total timing/playlist name etc.) but it does refresh until about 1 sec after the SCPL is redrawn and not at all if there is nothing playing!

foo_ui_panels

Reply #962
How can I turn off the header when my singles SCPL is selected?

i.e. I have a system for determining based on playlist name whether to use singles or album SCPL. My SCPL single items are 100pixels in height and a black group header appears when the playlist is unsorted, for instance when I add tracks from playlist tree. Is there a way of just turning this off? An option on SCPL code "checkbox: never show group header"?

foo_ui_panels

Reply #963
How can I turn off the header when my singles SCPL is selected?

i.e. I have a system for determining based on playlist name whether to use singles or album SCPL. My SCPL single items are 100pixels in height and a black group header appears when the playlist is unsorted, for instance when I add tracks from playlist tree. Is there a way of just turning this off? An option on SCPL code "checkbox: never show group header"?

I want to do that too .The solution would be to change group sorting as you change layout, but didnt find how to do it. As i said before, there is currently a workaround which is to set group rows to 0. It is saved but reset when open the SCPL settings


foo_ui_panels

Reply #965
I would advise against setting rows to 0, that severely messed up a lot of stuff - I started lots of drawing errors and it took me a short while to determine the root cause.

Wow didnt see anything like that, but will be carefull  thanks for the advice

foo_ui_panels

Reply #966
How can I turn off the header when my singles SCPL is selected?

i.e. I have a system for determining based on playlist name whether to use singles or album SCPL. My SCPL single items are 100pixels in height and a black group header appears when the playlist is unsorted, for instance when I add tracks from playlist tree. Is there a way of just turning this off? An option on SCPL code "checkbox: never show group header"?


i've the same problem ... option to set the number of line of the group by the code ?

foo_ui_panels

Reply #967
Am I the only one having troubles with unicode characters?

This is my code:
Code: [Select]
$if(%_isplaying%,'−'%_time_remaining%,%length%)

Which 'should' show the minus sign, but instead I get some weird character. This happens with all special characters too, BTW.



I then proceeded to using $char(2212) and got a box - the type you get when the font is missing that character.
</signature>


foo_ui_panels

Reply #969
Am I the only one having troubles with unicode characters?

I am having trouble with this too.  Can't figure out why, since the code works in the regular SCPL panel, but not in SCPL when using Panels_UI.

foo_ui_panels

Reply #970
Am I the only one having troubles with unicode characters?

This is my code:
Code: [Select]
$if(%_isplaying%,'?'%_time_remaining%,%length%)

Which 'should' show the minus sign, but instead I get some weird character. This happens with all special characters too, BTW.



I then proceeded to using $char(2212) and got a box - the type you get when the font is missing that character.
I'm having the same problem. I figured it just didn't support unicode yet, but I'm probably wrong.

foo_ui_panels

Reply #971
Am I the only one having troubles with unicode characters?

This is my code:
Code: [Select]
$if(%_isplaying%,'?'%_time_remaining%,%length%)

Which 'should' show the minus sign, but instead I get some weird character. This happens with all special characters too, BTW.



I then proceeded to using $char(2212) and got a box - the type you get when the font is missing that character.


try
Code: [Select]
$if(%_isplaying%,$char(8722)%_time_remaining%,%length%)



foo_ui_panels

Reply #974
I have a couple suggestions for additional default sort strings:


I've added title (you only need one, since you left click for sort and group, and right click for only sort). For album artist, sort by "type" first (this also separates singles from albums), then by artist.

Look an page 34
There was a downloadlink


again... please don't post links to / upload older versions.

But Layout selector doesn't support $playlistname()


yes it does.

Feature request:

Currently, Track Display panels show data on the selected track in either the playing playlist (mode: now playing) or the active playlist (mode: follow cursor).

How about allowing Track Displays panels to show info from any playlist by specifying the name of the panel from which data should be displayed! The playlist could be selected from a menu list and ticked accordingly, like the other Panels_UI/Track Display options.


good idea. I've added it to the todo list.

Maybe a bug report maybe not. So i ll explain and see if someone had that bug. It s about hide titlebar. If i activate it the titlebar disappear. Then if i close foobar and reopen it the titlebar has reappeared but the option is still checked. I am trying to make a skin without titlebar so it s quite annoying. Just to give a context, i am using a VS not WB.


are you running some other program that might modify window styles?

Terrestrial : I have a question about images in PanelsUI. If i use the same image in two location on my code, will the image be loaded twice in memory? If Yes would there be a way to load an image once in the layout globals and then use it anytime we want ?
Thanks


two images of the same size in the same panel will only be loaded once. if in different panels they will be loaded twice.