[seemingly abandonware] Columns UI, alternative user interface |
![]() ![]() |
[seemingly abandonware] Columns UI, alternative user interface |
Aug 30 2008, 16:41
Post
#4651
|
|
![]() Group: Members Posts: 47 Joined: 28-October 07 Member No.: 48260 |
artwork source: $replace(%path%,%filename_ext%,)front you can refresh artwork in a NG Playlist by switching to another playlist and then switching back. I'm not sure to understand? Are you telling me that I should use absolute path? eg: $replace(%path%,%filename_ext%,)/../front ? CODE $replace(%path%,%filename_ext%,)front in your source field without any modification.that's relative path... not absolute. |
|
|
|
Aug 30 2008, 17:02
Post
#4652
|
|
![]() Group: Members Posts: 38 Joined: 14-November 06 Member No.: 37578 |
Sorry, but $replace(%path%,%filename_ext%,)front display an absolute path (I put it in a column to test what it makes).
And still it does not display the artwork [edit] ah ah. I found This post has been edited by Baldurien: Aug 30 2008, 17:49 -------------------- La Bibliothèque de NWN - http://www.bbnwn.eu
|
|
|
|
Aug 30 2008, 17:38
Post
#4653
|
|
![]() Group: Members Posts: 47 Joined: 28-October 07 Member No.: 48260 |
Sorry, but $replace(%path%,%filename_ext%,)front display an absolute path (I put it in a column to test what it makes). if you keep artwork in album folder that source should work (i'm using that pattern).And still it does not display the artwork and again no... that's not absolute path because for a different album it will be different path. (test that preview on another album and you will see that path is different) e.g. for c:\Music\Artist 1\Album A\file 1.mp3 it will be c:\Music\Artist 1\Album A\front but for a c:\Music\Artist 2\Album D\file 1.mp3 it will be c:\Music\Artist 2\Album D\front ... and that's exactly what you need... if your artwork is in album folder. btw... can you write here that path from preview. |
|
|
|
Aug 30 2008, 20:31
Post
#4654
|
|
|
Group: Members Posts: 14 Joined: 26-January 08 Member No.: 50812 |
Hello,
sorry to bother you again... I have a little question. It's about the moving of an item in columns playlist. It seems that, when I move a track, the "written line of the track" follows the cursor but I prefer when there is only a thin line following the cursor, setting itself between the "written lines" of the other tracks. Could you please explain to me how to "revert" to this type of "moving mode" please ? Thanks. This post has been edited by Dernhelm: Aug 30 2008, 20:31 |
|
|
|
Aug 30 2008, 22:33
Post
#4655
|
|
![]() Group: Members Posts: 38 Joined: 14-November 06 Member No.: 37578 |
if you keep artwork in album folder that source should work (i'm using that pattern). and again no... that's not absolute path because for a different album it will be different path. (test that preview on another album and you will see that path is different) e.g. for c:\Music\Artist 1\Album A\file 1.mp3 it will be c:\Music\Artist 1\Album A\front but for a c:\Music\Artist 2\Album D\file 1.mp3 it will be c:\Music\Artist 2\Album D\front ... and that's exactly what you need... if your artwork is in album folder. btw... can you write here that path from preview. Oh my However, my problem is solved: I thought that it was possible to use several source, so I had "../Disc 1/front;../front;front" (all path are relative to the item being processed) Which would have transformed into (for G:\music\game2\Seiken Densetsu\[01] Sword of Mana (Shinyaku Seiken Densetsu)\Disc 2\01 - Grateful Memories.mp3) G:\music\game2\Seiken Densetsu\[01] Sword of Mana (Shinyaku Seiken Densetsu)\Disc 1\front G:\music\game2\Seiken Densetsu\[01] Sword of Mana (Shinyaku Seiken Densetsu)\front G:\music\game2\Seiken Densetsu\[01] Sword of Mana (Shinyaku Seiken Densetsu)\Disc 2\front And then Artwork would have to search for one of the three artwork (taking the first existing) like Pretty Popup does. But since it does not support multiple source, it is quite normal that my rules does not succeed I found a lazy solution : I use "$num(%DISCNUMBER%,2).00 front" as front Artwork sources, and I removed the directory structure for album with multiple disc, so that it can find the source in the right place. -------------------- La Bibliothèque de NWN - http://www.bbnwn.eu
|
|
|
|
Aug 31 2008, 08:34
Post
#4656
|
|
|
Group: Members Posts: 55 Joined: 13-March 07 Member No.: 41449 |
Filter feature question: would it be possible to use the Filters to browse through whichever playlist is currently active?
because for larger playlists, it would be sooooooooo much easier to go through with the ability to browse through them with Filter - instead of sorting the playlist by artist/album/whatever and scrolling and scrolling and scrolling and scrolling and scrolli--- you get the picture This post has been edited by Harun: Aug 31 2008, 08:34 |
|
|
|
Sep 1 2008, 07:30
Post
#4657
|
|
![]() Group: Members Posts: 19 Joined: 17-August 08 Member No.: 57175 |
Musicmusic, would it be possible to add the ability to parse multiple entries (deliminated with ";") in the filter windows as individual entries?
I ask this because I would like to be able to tag stuff with multiple genres IE: Led Zeppelin I would be tagged as genreClassic Rock;Hard Rock;Blues Rock Ideally, then the music in question show up when I filter for each of those individual choices. I can do this now with the Album List, but I would dearly love this to work in the filter panels as well. Currently when the filter panel hits one of these multiple-entry fields it just spits them out as a single line, with a comma separating them, which is keeping me from implementing this as a method of tagging. Thanks! |
|
|
|
Sep 1 2008, 07:47
Post
#4658
|
|
|
Group: Members Posts: 200 Joined: 7-November 04 Member No.: 18008 |
Musicmusic, would it be possible to add the ability to parse multiple entries (deliminated with ";") in the filter windows as individual entries? This is already supported by fields -- Instead of filtering by %genre%, filter by Genre. This post has been edited by Zarkon: Sep 1 2008, 07:49 |
|
|
|
Sep 1 2008, 13:28
Post
#4659
|
|
|
Group: Members Posts: 98 Joined: 24-May 05 Member No.: 22270 |
@Bruners: I just copied your layout, thanks, was getting bored of my old one.
@musicmusic: My artwork script doesnt always work, despite the filename of the artwork being correct. CODE $replace(%path%,%filename_ext%,)\$if3(album_art,Folder,folder,front,Front,cover) Also, do I need the different case versions of words? This post has been edited by PredUK: Sep 1 2008, 13:28 |
|
|
|
Sep 1 2008, 14:29
Post
#4660
|
|
|
Columns UI developer Group: Developer Posts: 3034 Joined: 20-December 02 From: United Kingdom Member No.: 4177 |
$replace(%path%,%filename_ext%,) You don't need this. Not sure what the backslash is for.$if3(album_art,Folder,folder,front,Front,cover) This won't work. You can only specify one of those, and not in an $if statement. However the built-in foobar2000 reader will pick up most of those. This may help somewhat.QUOTE Also, do I need the different case versions of words? It's not case sensitive.
-------------------- .
|
|
|
|
Sep 1 2008, 18:38
Post
#4661
|
|
![]() Group: Members Posts: 19 Joined: 17-August 08 Member No.: 57175 |
Musicmusic, would it be possible to add the ability to parse multiple entries (deliminated with ";") in the filter windows as individual entries? This is already supported by fields -- Instead of filtering by %genre%, filter by Genre. Huh, and so it is! thanks for pointing this out. |
|
|
|
Sep 3 2008, 01:49
Post
#4662
|
|
|
Group: Members Posts: 2 Joined: 14-March 08 Member No.: 52023 |
NG Playlist request:
musicmusic, it would be very nice if there is an option to display 2nd cover (backcover) instead of reflection |
|
|
|
Sep 3 2008, 09:59
Post
#4663
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
musicmusic: How far is the (old) request to put images into tracklist? Say, ratingstars or a moodbar...
-------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Sep 5 2008, 00:04
Post
#4664
|
|
|
Columns UI developer Group: Developer Posts: 3034 Joined: 20-December 02 From: United Kingdom Member No.: 4177 |
Today I noticed that hiding the menu bar makes the sort by... option disappear from the context menu, which kind of defeats the purpose of hiding the menu bar in the first place. You are right it doesn't make sense. It will only show up if you have multiple items selected, and may not with third party playlist views.EDIT2: I am using the "Auto-hide" feature which is really nice. One thing though, when the 'window' goes from visible to hidden, for a split second, a few white boxes appear and then disappear. This does happen in the reverse though, from hidden to visible. It has a problem refreshing the screen correctly I think. Very minor fault - but obvious. Doesn't happen here, it maybe related to one of your panels, I think historically some OpenGL based ones have caused odd things. Anyway a screenshot or video may help.I would like to display multilines info in the items properties, It's not really designed for that, something like track display should be better suited?but only the first line is shown (with all lines displayed on the same line) musicmusic: How far is the (old) request to put images into tracklist? Say, ratingstars or a moodbar... My main concern was for a ratings column, my thoughts were some dedicated/special columns with an API would be a better idea, with regards to reacting with mouse actions and other things.
-------------------- .
|
|
|
|
Sep 5 2008, 00:26
Post
#4665
|
|
|
Group: Members Posts: 55 Joined: 13-March 07 Member No.: 41449 |
Filter feature question: would it be possible to use the Filters to browse through whichever playlist is currently active? because for larger playlists (that are not the filter playlist), it would be sooooooooo much easier to go through with the ability to browse through them with Filter - instead of sorting the playlist by artist/album/whatever and scrolling and scrolling and scrolling and scrolling and scrolli--- you get the picture musicmusic: Is ^this something that would be possible within columns ui/filter ? |
|
|
|
Sep 5 2008, 00:31
Post
#4666
|
|
|
Columns UI developer Group: Developer Posts: 3034 Joined: 20-December 02 From: United Kingdom Member No.: 4177 |
I can note the concept but as it displays results in a playlist it would't be quite the "active playlist". Unless you meant you want it to scroll or select instead of sending results to a playlist.
This post has been edited by musicmusic: Sep 5 2008, 00:33 -------------------- .
|
|
|
|
Sep 5 2008, 13:50
Post
#4667
|
|
|
Group: Members Posts: 8 Joined: 23-June 08 Member No.: 54772 |
So I want to add a line to my config.
[- %playback_time_remaining%], But only on mode 4 I already have the second block and I tried to add the first block. But this makes everything in //Persecond disappear. // PerSecond $ifgreater(4,$getpvar(mode), $font(Verdana,7,,58-80-101) $alignabs(39,$eval($get(mini)+72),350,12,left,) [- %playback_time_remaining%], $ifgreater(3,$getpvar(mode), $font(Verdana,7,,58-80-101) $alignabs(39,$eval($get(mini)+72),250,12,left,) [%playback_time%] $alignabs(42,$eval($get(mini)+72),240,12,right,) [%length%], This post has been edited by robba13: Sep 5 2008, 14:06 |
|
|
|
Sep 5 2008, 23:19
Post
#4668
|
|
![]() Group: Members Posts: 38 Joined: 14-November 06 Member No.: 37578 |
musicmusic: would it be possible to simplify expressions in some case, redesigning the interface, aka:
In Playlist Views/Globals/Style, I have this : CODE $if(%_isplaying%,000080, $puts(p,G:\music\game\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(64,128,128)),) $puts(p,G:\music\cd\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(0,100,0)),) $puts(p,G:\music-gamemp3\step2\ost\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(200,0,0)),) $puts(p,G:\music-gamemp3\done\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(255,127,0)),) $puts(p,G:\music-gamemp3\step2\todo\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(0,0,220)),) $puts(p,G:\music-gamemp3\gamemp3\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(text,$rgb(128,0,128)),) ) | $if(%_isplaying%,FFFF00,FFFFFF)| $puts(p,G:\music\game\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(235,245,245)),) $puts(p,G:\music\cd\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(232,255,232)),) $puts(p,G:\music-gamemp3\step2\ost\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(255,244,244)),) $puts(p,G:\music-gamemp3\done\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(255,242,236)),) $puts(p,G:\music-gamemp3\step2\todo\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(242,255,255)),) $puts(p,G:\music-gamemp3\gamemp3\) $if($stricmp($get(p),$left(%path%,$len($get(p)))), $set_style(back,$rgb(255,236,255)),)| 000000| 000000 As you can see, it's a little long, and very unreadable (and it will disappear as soon as I've ordered correctly my musics). I think it would be more usefull to have an interface, which - using ascii art - would be like this : Background color: [part for script] Selected background color: [part for script] ... etc Note, that the script I pasted is an old one, perhaps it has changed in some ways. (sigh, *hoping* for a script syntax highlighter) This post has been edited by Baldurien: Sep 5 2008, 23:20 -------------------- La Bibliothèque de NWN - http://www.bbnwn.eu
|
|
|
|
Sep 6 2008, 20:51
Post
#4669
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
QUOTE (sigh, *hoping* for a script syntax highlighter) Already exists here for various editors.How many columnsui users are using IRC chat?? The primary #foobar2000 channel on freenode are literally rejecting any support for columnsui users... I created #columnsui and hope that some might join -------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Sep 6 2008, 20:57
Post
#4670
|
|
![]() Group: Super Moderator Posts: 3267 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
QUOTE How many columnsui users are using IRC chat?? The primary #foobar2000 channel on freenode are literally rejecting any support for columnsui users... I created #columnsui and hope that some might join smile.gif I think there's more to chat about with columnsui than dui wink.gif No, odyssey, we are not rejecting any support for Columns UI users. There just happen to be very few Columns UI users there, and even fewer Columns UI users that are active at any given moment and capable of providing support.Most of us on #foobar2000 use the Default UI. If you'd like to change the demographics, we welcome Columns UI users, we just don't have the experience or the Columns UI userbase to provide answers to most questions. This post has been edited by Canar: Sep 6 2008, 20:58 -------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Sep 6 2008, 21:33
Post
#4671
|
|
![]() Group: Members Posts: 38 Joined: 14-November 06 Member No.: 37578 |
QUOTE (sigh, *hoping* for a script syntax highlighter) Already exists here for various editors.How many columnsui users are using IRC chat?? The primary #foobar2000 channel on freenode are literally rejecting any support for columnsui users... I created #columnsui and hope that some might join Yes. But they are external :/ -------------------- La Bibliothèque de NWN - http://www.bbnwn.eu
|
|
|
|
Sep 6 2008, 21:59
Post
#4672
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
QUOTE Yes. But they are external :/ Copy/paste? I'd rather edit scripts in a fullscreen environment in contrary to a small editbox.
This post has been edited by odyssey: Sep 6 2008, 22:00 -------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Sep 7 2008, 19:32
Post
#4673
|
|
![]() Group: Developer Posts: 804 Joined: 28-November 03 Member No.: 10088 |
It would be nice if the buttons tooltips could be sourced from the custom text rather than from the commands text because some of them are not very explicit (e.g. ratings, last fm radio).
|
|
|
|
Sep 8 2008, 00:17
Post
#4674
|
|
|
Columns UI developer Group: Developer Posts: 3034 Joined: 20-December 02 From: United Kingdom Member No.: 4177 |
No, odyssey, we are not rejecting any support for Columns UI users. There just happen to be very few Columns UI users there, and even fewer Columns UI users that are active at any given moment and capable of providing support. Well, I find these kneejerk defensive posts boring, anyway this is apparently your policy, so I don't know why you are complaining about there being no Columns UI/etc. users there:Most of us on #foobar2000 use the Default UI. If you'd like to change the demographics, we welcome Columns UI users, we just don't have the experience or the Columns UI userbase to provide answers to most questions. QUOTE (http://www.hydrogenaudio.org/forums/index.php?showtopic=24755) #foobar2000 is also not a 3rd party component support channel. If you have a question about a 3rd party component, ask the developer of the component. I created #columnsui and hope that some might join Well, whether this channel will be actually used remains to be seen It would be nice if the buttons tooltips could be sourced from the custom text rather than from the commands text because some of them are not very explicit (e.g. ratings, last fm radio). Agreed, the current method is not so great. I think this has come up before, the reason for not using the custom text was ASCII art buttons. Anyway, I will either change it or add a custom tooltip option.
-------------------- .
|
|
|
|
Sep 8 2008, 00:50
Post
#4675
|
|
![]() Group: Super Moderator Posts: 3267 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
Well, I find these kneejerk defensive posts boring, anyway this is apparently your policy, so I don't know why you are complaining about there being no Columns UI/etc. users there: Way to take a quote out-of-context. The rest of the quote is:QUOTE (http://www.hydrogenaudio.org/forums/index.php?showtopic=24755) #foobar2000 is also not a 3rd party component support channel. If you have a question about a 3rd party component, ask the developer of the component. QUOTE (http://www.hydrogenaudio.org/forums/index.php?showtopic=24755) It isn't because we hate 3rd party components, but most of us don't use them. You will have far greater chances of success by asking your question on the forum. This is not a policy, this is a reality. This is not by design, this is simply the difference between the Columns UI demographic and the IRC-using demographic, I suppose. Mind pointing out where exactly I'm "complaining"? I'm explaining the reality of the situation.As a moderator, I've tended to take the position of explaining before intervening, like responding to odyssey's untrue post. I guess this kind of action is defensive. I guess it would be more effective to just split that post somewhere else, seeing as how "rejecting any support for columnsui users" is total nonsense (and indeed, even the post about the IRC channel agrees with what I'm saying). Then I don't need to explain myself to anyone but the other moderators... I would love to see the channel succeed, but I would also love to see more Columns UI users discussing in #foobar2000. I don't feel there is any need for this kind of segregation. Anyhow, best of luck to your experiment, odyssey. I had #foobar2000-thirdparty registered before and very few people ever bothered to idle there... -------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 17:00 |