foo_skip: skip tracks that match a specified search query Reply #50 – 2005-12-12 23:37:03 Well Lance Uppercut uses "$ifgreater(%rating%,2,0,1)" to play songs with ratings over two. But I'm assuming that his music collection uses rating tagged accordingly "1, 2, 3, 4, 5" but mine uses "|, ||, |||, ||||, |||||" so you can't use numeric values to compare the rating metadata. So that's why I tried to make it so it just compares the length of the string of the %rating% tag with "$iflonger($len(%rating%), 3, 0, 1)" but it doesn't work, I was just wondering if anyone knows why ? or if my code is completely wrong..
foo_skip: skip tracks that match a specified search query Reply #51 – 2005-12-13 00:54:51 QuoteWell Lance Uppercut uses "$ifgreater(%rating%,2,0,1)" to play songs with ratings over two. But I'm assuming that his music collection uses rating tagged accordingly "1, 2, 3, 4, 5" but mine uses "|, ||, |||, ||||, |||||" so you can't use numeric values to compare the rating metadata. So that's why I tried to make it so it just compares the length of the string of the %rating% tag with "$iflonger($len(%rating%), 3, 0, 1)" but it doesn't work, I was just wondering if anyone knows why ? or if my code is completely wrong..[a href="index.php?act=findpost&pid=349755"][{POST_SNAPBACK}][/a]Did you try what I suggested? Using $iflonger() you are comparing the LENGTH of $len(%rating%) (which would be a single digit number) to the LENGTH of " 3" (which is two characters...the space counts). Therefore every track you point that at will come back false because the first length (1) is not longer than the second length (2).What I suggested should instead take the length of %rating% (it will be either 1, 2, 3, 4, 5) and if it is greater than 3, it will play the song (I guess).
foo_skip: skip tracks that match a specified search query Reply #52 – 2005-12-13 01:50:24 Ah I see, your code does work$ifgreater($len(%rating%),3,0,1)thank you so much
foo_skip: skip tracks that match a specified search query Reply #53 – 2005-12-14 04:44:14 [removed] Last Edit: 2009-04-28 23:06:58 by iStormy
foo_skip: skip tracks that match a specified search query Reply #54 – 2005-12-14 09:58:27 A great way to have a random that play mors most rated tracks :$if($or(%talking%,$and(%rating%,$greater($add(1,$mod($rand(),10)),$sub($mul(%rating%,2),1)))),1,0)The track is skiped if the TALKING tag is present, and if the tag RATING is present, I compare a 1-10 random number to the (RATING * 2) - 1The resulting probability is :Rating < 1 --> 0 / 10Rating = 1 --> 1 / 10Rating = 2 --> 3 / 10Rating = 3 --> 5 / 10Rating = 4 --> 7 / 10Rating = 5 --> 9 / 10Rating > 5 --> 10 / 10
foo_skip: skip tracks that match a specified search query Reply #55 – 2006-04-09 20:27:56 is there any plan to update this for .9?
foo_skip: skip tracks that match a specified search query Reply #56 – 2006-04-23 11:58:47 Quote from: randal1013 on 2006-04-09 20:27:56is there any plan to update this for .9?+1
foo_skip: skip tracks that match a specified search query Reply #57 – 2006-05-25 09:04:38 anyone feel like porting this?
foo_skip: skip tracks that match a specified search query Reply #58 – 2006-06-13 17:50:45 Quote from: randal1013 on 2006-05-25 09:04:38anyone feel like porting this?Yeh would someone please port this to .9 !
foo_skip: skip tracks that match a specified search query Reply #59 – 2006-06-25 04:26:16 (*bump*)some kind coder, please port? i think i'm developing RSI from skipping manually thank you in advance ;-)
foo_skip: skip tracks that match a specified search query Reply #60 – 2006-07-02 21:10:51 Quote from: DanDanRevolution on 2006-06-25 04:26:16(*bump*)some kind coder, please port? i think i'm developing RSI from skipping manually thank you in advance ;-) pa-palease, kind sirs?
foo_skip: skip tracks that match a specified search query Reply #61 – 2006-07-05 04:02:12 Unless I'm missing something (and I've tried extensive searches on Google, the author's web site, and here on the forums), the source isn't available for anyone but the author to port. I did send'm an email, but have gotten no response yet.Quote from: DanDanRevolution on 2006-07-02 21:10:51 pa-palease, kind sirs?
foo_skip: skip tracks that match a specified search query Reply #62 – 2006-07-06 00:50:05 Quote from: bytemastr on 2006-07-05 04:02:12Unless I'm missing something (and I've tried extensive searches on Google, the author's web site, and here on the forums), the source isn't available for anyone but the author to port. I did send'm an email, but have gotten no response yet.got your email and just ported it to 0.9 the good thing is that with 0.9 i didnt have to do the workaround which assumes that a file gets played only once, the bad thing that i dont see a way to *really* skip the song instead of programmatically press the next button (this is how it worked before as well, but 0.9 doesnt like it even less than 0.8 )well, try it out and see, if it does any problems, you can get it here
foo_skip: skip tracks that match a specified search query Reply #63 – 2006-07-06 05:39:22 Quote from: kdx on 2006-07-06 00:50:05Quote from: bytemastr on 2006-07-05 04:02:12Unless I'm missing something (and I've tried extensive searches on Google, the author's web site, and here on the forums), the source isn't available for anyone but the author to port. I did send'm an email, but have gotten no response yet.got your email and just ported it to 0.9 the good thing is that with 0.9 i didnt have to do the workaround which assumes that a file gets played only once, the bad thing that i dont see a way to *really* skip the song instead of programmatically press the next button (this is how it worked before as well, but 0.9 doesnt like it even less than 0.8 )well, try it out and see, if it does any problems, you can get it herethis is great news......but...um....there doesnt appear to be a download link...
foo_skip: skip tracks that match a specified search query Reply #64 – 2006-07-06 06:09:14 I went back and used this original link in the forum and ended up with the correct 0.9 binary, which I'm using right now.Quote from: randal1013 on 2006-07-06 05:39:22this is great news......but...um....there doesnt appear to be a download link...
foo_skip: skip tracks that match a specified search query Reply #65 – 2006-07-06 10:44:10 Quote from: randal1013 on 2006-07-06 05:39:22this is great news......but...um....there doesnt appear to be a download link...sorry, it was a bit late .. should work now
foo_skip: skip tracks that match a specified search query Reply #66 – 2006-07-06 18:58:23 Quote from: kdx on 2006-07-06 10:44:10Quote from: randal1013 on 2006-07-06 05:39:22this is great news......but...um....there doesnt appear to be a download link...sorry, it was a bit late .. should work now sweet! thanks for porting this, i find it really useful. Last Edit: 2006-07-06 18:58:35 by randal1013
foo_skip: skip tracks that match a specified search query Reply #67 – 2006-07-06 20:04:05 cool thing! big big thanx Last Edit: 2006-07-10 19:32:50 by Brainbug
foo_skip: skip tracks that match a specified search query Reply #68 – 2006-07-07 02:13:25 Quote from: kdx on 2006-07-06 00:50:05Quote from: bytemastr on 2006-07-05 04:02:12Unless I'm missing something (and I've tried extensive searches on Google, the author's web site, and here on the forums), the source isn't available for anyone but the author to port. I did send'm an email, but have gotten no response yet.got your email and just ported it to 0.9 the good thing is that with 0.9 i didnt have to do the workaround which assumes that a file gets played only once, the bad thing that i dont see a way to *really* skip the song instead of programmatically press the next button (this is how it worked before as well, but 0.9 doesnt like it even less than 0.8 )well, try it out and see, if it does any problems, you can get it here... I ... love... I ... I LOVE YOU!
foo_skip: skip tracks that match a specified search query Reply #69 – 2006-07-22 16:50:35 would it be possible for foo_skip to recognize %_system_xxxx% time fields? like %_system_year%, etc.. Last Edit: 2006-08-01 18:53:45 by randal1013
foo_skip: skip tracks that match a specified search query Reply #70 – 2006-07-24 13:41:50 Is there some way to change font on the playlist for skipped tracks? I'd like to have skipped tracks with striketrough font and normal tracks with defaul font.Example:Title | Artist | AlbumVoodoo Chile | The Jimi Hendrix Experience | The Best air guitar...Me and Bill | The Knob | - <--- This track is is skippedWant You Bad | The Offspring | Conspiracy of oneIs there something like $striketrough() function? At the moment I'm using $rgb() to change the colour of skipped track titles. I'm using columns_ui version 0.1.3 beta.
foo_skip: skip tracks that match a specified search query Reply #71 – 2006-07-25 15:35:28 Thanks for the port, kdx. This was the last plugin needed to make fb2k 0.9 complete. QuoteIs there some way to change font on the playlist for skipped tracks?No. Neither Default UI nor Columns UI allow font changes for individual tracks.Brother John
foo_skip: skip tracks that match a specified search query Reply #72 – 2006-08-01 18:56:36 it would be of great help if this plug-in could read variables in columns_ui global tab. would this be possible?
foo_skip: skip tracks that match a specified search query Reply #73 – 2006-08-08 19:33:41 This is sort-of related, but I thought a plug-in that would skip a predefined section of a song would be cool. Like, the annoying intro to a good song, or a 20 minute outtro.
foo_skip: skip tracks that match a specified search query Reply #74 – 2006-08-13 20:39:53 Thanks for porting! I would like to make a feature request:Could you implement a variable like %will_be_skipped% that will show you wich track is going to be skipped in dependence of the string you use.Not so important but very nice would be a dropdown box from which you can choose your string (why not represented by friendly names) or disable the skip function.