PDA

View Full Version : [Fixed] message files, skins and announces


Nagini
06-09-2004, 03:41 PM
Where do I change the [100% Complete]-folder-creation feature?

Nookie
06-09-2004, 03:42 PM
In whatever zipscript you are using.

Nagini
06-09-2004, 04:01 PM
I use ioBanana 19

ChipMunk666
06-09-2004, 04:28 PM
i believe this is in ioA

Nagini
06-09-2004, 04:52 PM
I only use ioBanana and I get for example these kinda folders:

[24.0% Incomplete with 6F]-[imdbinfo - Unknown (2000) - NA (NA)]
[100% Complete]-[4F @ 22.0MB at 478KBps]-[mp3info - Rock (2002) @ 192kbps]

And I wanna make them look different...

ChipMunk666
06-09-2004, 05:03 PM
only iobanana?
hmm
look in the iobanana-text

zipscript.msg

i think that's the one u need.

Nagini
06-09-2004, 05:08 PM
Yea, thats the one! Thank you!

Nagini
06-09-2004, 05:36 PM
You don't also happen to know where I can edit the irc-announcer-tests too? Example:

-:: complete ::- TV/SOMEDIR-GRP [ 22MB in 4F at 460kBps - 0m 49s ] was uploaded by Nagini@SiTEOPS. Slowest upload at 460kBps. Fastest upload at 492kBps.

Edit: removed some names ; read the rules !

Mouton
06-09-2004, 05:37 PM
.skin file

Nagini
06-09-2004, 05:41 PM
Thanks Mouton

Nagini
06-09-2004, 06:39 PM
I removed

set announce(MP3) "-:[b]:[b] [c]$ioss(color1)mp3[c] [b]:[b]:- %mpegversion @ [b]%bitrate[b] [b]%mode[b] Artist: [b]%artist[b] Album: [b]%album[b] Genre: [b]%genre[b] Year: [b]%year[b]"

but it still writes "MPEG 1 Layer III" on the channel.. where is this hiding?

Harm
06-10-2004, 01:15 AM
Removing the announce templates is a *really* bad idea.
Disable the announces if you don't want them.
set disable(MP3) 1
in ioBanana.tcl.
And do not forget to .rehash your bot after that.

Nagini
06-10-2004, 03:53 AM
Works :) Thanks

Nagini
06-10-2004, 04:47 AM
I changed these:

dirtag=[%.1percent%.Done]-[%files.Files.Uploaded]
dirtag_mp3=[%.1percent%.Done]-[%files.Files.Uploaded]
dirtag_imdb=[%.1percent%.Done]-[%files.Files.Uploaded]

And now the "delete-prevously-incomplete-folders" feature don't work..

Has something to do with

dirtag_delete=[*% *omplete*]

right?

Harm
06-10-2004, 04:55 AM
dirtag_delete=[*% *Uploaded]

Nagini
06-10-2004, 05:13 AM
Are you sure? Still doesn't work