Go Back   FlashFXP Forums > > > >

! Requests Need a script or some sort of cool .bat file ? Ask here!

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-24-2005, 07:04 AM   #1
parez30
Junior Member
 
Join Date: Feb 2005
Posts: 13
Default [req] simple no-nfo/sfv tag creator

please,
can someone more talented than I write script (mp3 oriented), which will create some information "tag" in directory

i m uploading some-rls into /music without .nfo/sfv (=only mp3, cue + cover ie.)

script will create in /music
[no-nfo]-some-rls ([no-sfv]-some-rls)
or
some-rls + [no-nfo]-some-rls ([no-sfv]-some-rls) which will be "link" to some-rls

i dont want to use "complex" zipscript which can some more things

if there are solutions on the forum, plz navigate me :-)

sorry for my english

thx for replies
p.
parez30 is offline   Reply With Quote
Old 02-24-2005, 08:53 AM   #2
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

http://www.ioftpd.com/scripts/script.php?id=173
jeza is offline   Reply With Quote
Old 02-24-2005, 09:13 AM   #3
parez30
Junior Member
 
Join Date: Feb 2005
Posts: 13
Default

thx jeza, going to make some test
parez30 is offline   Reply With Quote
Old 02-24-2005, 11:14 AM   #4
parez30
Junior Member
 
Join Date: Feb 2005
Posts: 13
Default

yes works :-)))
great script, thx jeza
now i willl test how to change format of tag dont need spaces :-)
and if i remove dir, this symlink remains..i need to add some action with iokDC OnDirDeleteed?
parez30 is offline   Reply With Quote
Old 02-24-2005, 11:30 AM   #5
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

done
jeza is offline   Reply With Quote
Old 02-25-2005, 08:36 AM   #6
parez30
Junior Member
 
Join Date: Feb 2005
Posts: 13
Default

thx for new .itcl
deleting of symlink works 100%

but i have new question
i prepared 3 rls
rls1 without .nfo file
rls2 without .sfv file
rls3 contains only .mp3

just upped in some test directory with results
upped only rls1 ..works fine [no-nfo]-[rls1] created and deleted after ok
upped only rls2 ..works fine [no-sfv]-[rls2] created and deleted after ok
upped only rls3 ..works fine [no-nfo_no-sfv]-[rls3] created and deleted after ok

but
upped all 3 rls together...created [no-nfo_no-sfv]-[rls3] only...

my settings:
set iojDC(nocheck) "/utils/* /req/* */covers */sample */subs */data */extra /scidiv/*"
set iojDC(tag_no_nfo) "\[NO-NFO\]-\[%rls\]"
set iojDC(tag_no_sfv) "\[NO-SFV\]-\[%rls\]"
set iojDC(tag_no_nfo_sfv) "\[NO-NFO_NO-SFV\]-\[%rls\]"
set iojDC(delete_tag) "*?NO*"

jeza please, if you have free time :-) look on it, if (i expect) my settings are bad or some bug in script

have nice weekend, may be we can meet on efnet/linknet?
parez30 is offline   Reply With Quote
Old 02-25-2005, 03:57 PM   #7
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

set iojDC(nocheck) "/utils/* /req/* */covers/ */sample/ */subs/ */data* */extra/ /scidiv/*"

set iojDC(delete_tag) "*NO*%rls*"
jeza is offline   Reply With Quote
Old 02-28-2005, 02:31 AM   #8
parez30
Junior Member
 
Join Date: Feb 2005
Posts: 13
Default

thx again
parez30 is offline   Reply With Quote
Old 04-22-2005, 06:11 AM   #9
iam
Senior Member
 
Join Date: Mar 2004
Posts: 289
Default bug several cd/dvd

Bug when the release with several Cd,
tag_no_sfv not removed
Quote:
/DIVX/(MISSING SFV)-[ release_name-GROUP] => tag not removed because several cd
/DIVX/release_name-GROUP/Cd1
/DIVX/release_name-GROUP/Cd2
/DIVX/release_name-GROUP/*.nfo
/DIVX/release_name-GROUP/no SFV
iam is offline   Reply With Quote
Old 04-22-2005, 10:59 AM   #10
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

use latest version
jeza is offline   Reply With Quote
Old 04-22-2005, 11:59 AM   #11
iam
Senior Member
 
Join Date: Mar 2004
Posts: 289
Default

I had already tested the last version but atm i testing again last version by default and:
/DIVX/:
Quote:
drwxrwxrwx 8 User GROUP 0 Apr 22 16:51 .
drwxrwxrwx 12 User GROUP 0 Apr 22 15:51 ..
lrwxrwxrwx 2 User GROUP 0 Apr 22 16:49 ]-[ NO SFV ]-[ TEST_RLZ_CENSORED-BUG ]-[ -> /DIVX/TEST_RLZ_CENSORED-BUG/
drwxrwxrwx 4 User GROUP 52 Apr 22 16:52 TEST_RLZ_CENSORED-BUG
/DIVX/TEST_RLZ_CENSORED-BUG/:
Quote:
drwxrwxrwx 4 User GROUP 52 Apr 22 16:52 .
drwxrwxrwx 8 User GROUP 0 Apr 22 16:51 ..
drwxrwxrwx 2 User GROUP 12163418 Apr 22 16:51 Cd1
drwxrwxrwx 2 User GROUP 12163418 Apr 22 16:52 Cd2
-rw-r--r-- 0 User GROUP 52 Apr 22 16:49 test-xvid.nfo
cd1/2 is completed but tag nosfv not deleted
iam is offline   Reply With Quote
Old 04-22-2005, 04:00 PM   #12
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

yes bug
but not like u say
u dont use latest version

bug was :

/dir/release/cd1
when u upped *.nfo to /dir/release/*.nfo
/dir/-NO SFV- was created



http://freeweb.siol.net/aj2506/Files...iojScripts.rar
jeza is offline   Reply With Quote
Old 04-22-2005, 04:11 PM   #13
iam
Senior Member
 
Join Date: Mar 2004
Posts: 289
Default

thx man, i test of course
PS: i use last version on site ioFTPd but now i test your link
iam is offline   Reply With Quote
Old 04-22-2005, 04:38 PM   #14
iam
Senior Member
 
Join Date: Mar 2004
Posts: 289
Default

hmm, not fixed i think, same bug here.

/dir/release/cd1
/dir/release/cd2
when u upped *.nfo to /dir/release/*.nfo

/dir/-NO SFV- was created
iam is offline   Reply With Quote
Old 04-23-2005, 01:43 AM   #15
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

lol

i tested and it works

dl again i changed something for output to client
this is version 2.0

http://freeweb.siol.net/aj2506/ioftpd.html
jeza is offline   Reply With Quote
Reply

Tags
/music, create, mp3, some-rls, [no-sfv]-some-rls

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:40 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)