|
|
#41 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
separator://?d?c-?n=123 and separator://?c-?n=123 are not valid since the '=' is missing after the ?c. so you'd need separator://?d?c=-?n=123 and separator://?c=-?n=123
-daz |
|
|
|
|
|
#42 | |
|
Junior Member
Join Date: Aug 2004
Location: Sweden
Posts: 8
|
Quote:
|
|
|
|
|
|
|
#43 |
|
Major Dude
Join Date: Mar 2004
Posts: 991
|
yes, thats what i meant(when i retyped it... i left out the =) but it still doesnt work
There is no reset button on life... but the graphics kick ass |
|
|
|
|
|
#44 | |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
Quote:
JAC: i'm at a loss to be honest. are you doing this on a new playlist before saving? is winamp.m3u being saved out correctly or not between load and shutdown? not sure what else to try... what happens if the plugin is disabled? -daz |
|
|
|
|
|
|
#45 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
Playlist Separator v1.3
-daz |
|
|
|
|
|
#46 |
|
Major Dude
Join Date: Jan 2004
Location: Brisbane, Australia
Posts: 1,193
|
Ive added a script to my scripting plugin which has this functionality - just select a bunch of items and select 'Add separators' and it will add separators for each item, using the album title or whatever you like as the separator. There is also a script to insert all items from a given artist/album/other ml query and separate them by separators. You can modify the scripts to work however you like.
http://forums.winamp.com/showthread....88#post1466988 |
|
|
|
|
|
#47 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
adding in a 'X:\-----' is fine apart for that you can't use previous to get past it since it will always jump to the next track which isn't good i think, but that's my view
![]() -daz |
|
|
|
|
|
#48 |
|
Major Dude
Join Date: Jan 2004
Location: Brisbane, Australia
Posts: 1,193
|
Yeah I guess you could check for the 'previous' button press, and if it lands on a 'x:' entry, fake a previous hit again. I guess youre doing somthing similar with this plugin, but I dont like getting weighed down with heaps of little plugins mucking about with the operation of winamp, id rather just hit pause first.
You can always edit the script to insert 'seperator' if thats what you wanna use. |
|
|
|
|
|
#49 |
|
Major Dude
Join Date: Mar 2004
Posts: 991
|
thats what i did.. i changed the whole x: thing to
separator://?s=-------" + x(1).artist + " - " + x(1).album + "-------" i think There is no reset button on life... but the graphics kick ass |
|
|
|
|
|
#50 |
|
Senior Member
Join Date: Aug 2002
Location: Norway
Posts: 383
|
Ah 1.3 works great
![]() Could you possibly add "Insert Separator between forders" to the misc menu in the media library to? Cause i use the ML to manage my plists, and adding seperators to all the playlists i have in the ML is a bit of a hazzle right now ![]() Adding a config panel in the properties dialog for easyer editing and adding support for ID3 tags like described above would make this plug kickass i think. |
|
|
|
|
|
#51 | |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
Quote:
)-daz |
|
|
|
|
|
|
#52 | |
|
Forum King
Join Date: Feb 2004
Posts: 9,222
|
Quote:
It's all working fine now. Btw, on the release page of your site it says v1.2 came out on 10/09/2004 Should be 1.3, I guess? |
|
|
|
|
|
|
#53 |
|
Banned
Join Date: Mar 2001
Posts: 1,027
|
Wow, how did I miss this! Awesome, thanks Dr. O. Can't wait to get home and try it out!
Shouldn't you be working on PlEX? You can put a seperator in that!
|
|
|
|
|
|
#54 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
siebe83: ta, fixing the releases page as we speak
badrad: off topic... i am working on it again (though had a major issue with one of the source files so have some re-working to do )-daz |
|
|
|
|
|
#55 |
|
This is a great little plugin, Darren, as are all your plugins
But just wondering... Take a look at the attached JTFE screenshot. LOL. Kinda silly to have all the separators show up like that at the beginning of the list in JTFE. Now, when double-clicking on any individual separator, JTFE correctly ignores the separator and jumps to and begins playing the next valid playlist entry following that particular separator. The trouble now is that you can't tell which separator is associated with what selection, and what will start playing next when that separator is double-clicked. So, is there anyway that JTFE can be reconfigured to handle this differently when it sees this in the playlist (m3u) file? ... #EXTINF:-1,----------------------------------------------------- separator:// OK... I have 2 suggestions... 1. Maybe JTFE can be reconfigured to "ignore" all separator entries like the one above and not display them at all in the JTFE list? OR (better yet).... 2. Instead of reconfiguring JTFE, reconfigure the separator plugin to give the individual an option to "tag" the separator when creating the separator, kinda like an identifying "header" for whatever group of music/album/CD selections follow that separator. Ya know... give the end-user the ability to type something in so that particular playlist separator might instead read something like this in the playlist (m3u) file... #EXTINF:-1,-------------- CD - Pink Floyd - Dark Side Of The Moon separator:// ...and the separator will be displayed, both in the playlist and also at the top of the JTFE selection list, like so: -------------- CD - Pink Floyd - Dark Side Of The Moon In the above case, the end-user would be able to type in the CD or "header" info, and it will be preceded by only a limited number of (-) separator characters. That way, all separators are still displayed but identifying "headers" also are. All separators will still be displayed at the very beginning of the JTFE list that way, due to the starting (-) separator characters, but the other info the end-user typed in will also be there, so that when you double-click on one, you know exactly what album/CD will start playing next in your list. Just an idea Darren, but I think it would be very practical and useful. Don't email or PM me concerning Winamp. Instead, either start a NEW TOPIC or post a REPLY in the appropriate thread in these forums. This will also benefit others who may have a similar question or problem. But before posting, please first Search the forums and read all FAQs and all Sticky threads. [ LINE RIDER! | My Resume | Virtual Chess | Composite Sketch | My Niece's Band ] [ Plugins by Joonas | DrO's Winamp Plugins and Extras | K-Jöfol ] |
|
|
|
|
|
|
#56 |
|
Banned
Join Date: Mar 2001
Posts: 1,027
|
Sounds like a good idea Nunzio.
|
|
|
|
|
|
#57 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
yeah it is a bit silly having them in there
![]() the current aim has been to alter jtfe to just ignore those entries (though for that i need to finish putting in some code that was provided to fix the hebrew character issues (since this will use the same). so... #1 will be easy to do. as for option #2, that is on the drawing board what i was planning to do was to add a few new tags which will say fill in the folder path and things like that.really i need to get the jtfe api fully planned out and implemented so that other plugins can add/control it such as for this one especially controlling which ones are/aren't included in the list (only issue is that it would slow searches down slightly). i'll see what i can come up with ![]() -daz |
|
|
|
|
|
#58 |
|
Very good. Take your time with it, Darren. Take your time. It was only a suggestion.
Here's a better suggestion... I'd try updating the pages at your site first though, to reflect the newer plugin versions in your sig. People look for and then download plugins from your site much more so than searching for your posts to find and then click updated links in your sig. There have been several occasions when I and others have had to redirect people to particular threads and then in turn, to your sig, to grab corrected and/or updated versions of plugins. LOL. Just another "suggestion" P.S. If you don't have the time to update the site pages yourself then if you'd like to, you can email me any changes you'd like to see on the pages. Since I am hosting the site, I can easily make those HTML changes for you and upload them to the server. And I'll also make certain that the pages validate with the W3C. I'd be happy to do all that for you. |
|
|
|
|
|
|
#59 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
yeah, i have been a bit slow on updating things of late on the site. was planning to get new pages for some up this week as it was (shift pattern has altered to the better this week for a change so i have a bit more time yay)
not sure what's happened with that page since the last time i checked it was valid /me goes to fix it ![]() -daz |
|
|
|
|
|
#60 | |
|
Forum King, M.D.
|
Quote:
|
|
|
|
|
|
|
#61 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
i had a few hours and didn't fancy working on one of the large projects tonight so i've had a little play around with this one instead
![]() i've started to add in tag support from the files. currently it allows %a in the default string (assuming there was a ?S=x entry when the default was set) which will expand to show the album from the first track after the separator position. eg separator://?d?s=<<=== %a ===>> will say display <<=== (What's The Story) Morning Glory ===>> due to how winamp is, i've only got this implemented currently for the full playlist scan (i intend to add in handling for when you insert just the one separator from the right click menu) it's a bit iffy still due to the way i have to hack around for the titles to work correctly but due to this, it means support for tracking the playlist and updating/adding separators on the fly should be coming (sooner) at some point. and so ends my nightly report ![]() -daz |
|
|
|
|
|
#62 |
|
Ahhh.. Great, Darren!
Ya know, since you have once again proven your prowess as the Magical Genie of Winamp plugins / enhancement and granted JAC's initial request when he started this thread here in the Wishlist forum, I feel it is now time to move the whole thread over to Winamp Discussion for user reactions/input. Now, I know that there also are a few other threads that people have started in the Wishlist Forum where you have granted those wishes for them with your innovative plugins. I'll spend some time either tonight or tomorrow locating those threads and doing the same thing (or you can do it if you prefer). Moved from Winamp Wishlist to Winamp Discussion |
|
|
|
|
|
|
#63 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
right, it's late, i'm tired and i'll do a changelog later tomorrow but here's a 1.4 alpha build (mainly to see how the new code works).
until i do some more info, hopefully the config will explain about the new options and how to use them. -daz |
|
|
|
|
|
#64 |
|
Senior Member
|
oh goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody goody
![]() I can't live without this plugin, it's one of the most usefull you ever made DrO and I can only find one think I don't like that much: after adding the separators it's impossible to resort the files because I have to re-add all the separators. Thay all show up on top/down (don't recall). Oh well, what about a playlist undo plugin?
|
|
|
|
|
|
#65 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
yeah, there are a number of issues when it comes to that. just before i put this build together, i did try to add in handling to effectively update the separators wheh doing 'T' after it's already been done.
to be honest, for proper handling of things like that i need to get the jtfe api sorted, seems silly to have to duplicate the same code when it's already in there [jtfe] waiting to be used (plus it's better to only have one lot of monitoring code instead of mutliple conflicting versions )... which is how undo will come into being as well i hope ![]() -daz |
|
|
|
|
|
#67 |
|
Forum King
Join Date: Feb 2004
Posts: 9,222
|
Now I can see which album starts where in the playlist without having to put the album tag in my ATF rule ![]() (which resulted in long titles )Great!
|
|
|
|
|
|
#68 | |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
Quote:
![]() -daz |
|
|
|
|
|
|
#70 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
is much easier to see what the different albums are now
![]() once the jtfe api is implemented then a different colour (including blending with the current skin colours) should be possible to do which will help things a bit more ![]() -daz |
|
|
|
|
|
#71 |
|
Senior Member
|
OMG OMG OMG OMG OMG OMG OMG OMG
![]() DrO YOU ROCK!
|
|
|
|
|
|
#72 |
|
Good job, DrO
And it's now very configurable as well...
|
|
|
|
|
|
|
#73 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
aye, for the next build i think i'll add in a custom option for the % tag so that other ones can be used as needed without me having to code in everything going (since i guess someone will ask for it anyway)
will tweak the code in the next day or so to give a full v1.4 ![]() -daz @Nunzio: is someone using a Winamp like skinning/theme?
|
|
|
|
|
|
#76 |
|
Major Dude
Join Date: Mar 2004
Posts: 991
|
it doesnt work for me.. i even tried the example one
it just comes off as << ()[] >> There is no reset button on life... but the graphics kick ass |
|
|
|
|
|
#77 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
you need to do it via the 'T' option, at the moment there's no way to do it when adding in manually
-daz |
|
|
|
|
|
#78 |
|
Major Dude
Join Date: Mar 2004
Posts: 991
|
umm... the 't' option?
There is no reset button on life... but the graphics kick ass |
|
|
|
|
|
#79 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
in the playlist window it's misc->insert separator between folders and that will then do what it says
![]() doing right click insert separator and manually adding a separator:// will not get any album information currently -daz |
|
|
|
|
|
#80 |
|
Major Dude
Join Date: Mar 2004
Posts: 991
|
will you add in a second 'insert custom separator' which pops up a little box, or allow the default to have a thing in it (like ?s or whatever) that opens up a little box so you can do a custom separator easier than either adding the url, or editing it after you create it?
There is no reset button on life... but the graphics kick ass |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|