Old 12-08-2011, 08:18 AM   #181
Trichlorethen
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 23
Default

the flac plugin still seems not working properly. I am using the latest version.
When uploading a flac release it does not show audio info, the sorting dosent work too.

here is the SystemError.log

Quote:
12-08-2011 13:56:16 "../scripts/ioninja/plugins/flac.itcl" terminated abnormally
--- ErrorInfo ---
can't read "ioNJ(flac_path_check)": no such element in array
while executing
"regexp $ioNJ(flac_path_check) $pwd"
(procedure "get_flac_information" line 79)
invoked from within
"get_flac_information $flacfile"
(procedure "::ioNiNJA::FLAC::Main" line 16)
invoked from within
"::ioNiNJA::FLAC::Main"
invoked from within
"if {![info exists pwd]} {
set pwd "[file dirname [lindex $args 2]]"
set
Trichlorethen is offline   Reply With Quote
Old 12-08-2011, 10:05 AM   #182
Trichlorethen
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 23
Default

well, i played around a bit with the plugin. I`ve added the flac settings into the config which was missing.
No errors anymore in log.

Code:
##================== FLAC Settings ============
# Theese dirs will be checked against the bans and allowed seperate by |
set ioNJ(flac_path_check) {/FLAC/}
set ioNJ(flac_allowed_years)		""
set ioNJ(flac_banned_genres)		""
set ioNJ(flac_allowed_genres)		""
set ioNJ(flac_audio_year_check)		0
set ioNJ(flac_audio_genre_check)	0
set ioNJ(flac_audio_year_warn)		0
set ioNJ(flac_audio_genre_warn)		0
but still, it does not show the audio info on upload. The sorting is almost working, just genre will not.
Trichlorethen is offline   Reply With Quote
Old 12-08-2011, 10:39 AM   #183
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

updated, in new version replace flac.cfg, flac.itcl and ioninja.icfg
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 01:23 PM   #184
thedepartedone
Member
 
Join Date: Apr 2009
Posts: 30
Default

thanks inetz and odog, got it all working, it was that damn ";" in the ioftpd ini that prevented everything....

i too noticed the issue with flac, the only info displayed is when its being uploaded to show progress of completion and seems to treat it as a regular packed item like .rar&.sfv. i looked at the theme and cookies file thinking something may be missing, i saw the theme file had parameters for flac but the COOKIES file doesnt have anything related to flac.... perhaps flac requires different triggers for it than MP3?
thedepartedone is offline   Reply With Quote
Old 12-08-2011, 01:28 PM   #185
Trichlorethen
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 23
Default

not working, ioNJ(realtime_flac_info) and ioNJ(flac_audio_completebar) missing in ioNiNJA.itcl

it dosent show info on upload and create only a normal completebar without genre/year
Trichlorethen is offline   Reply With Quote
Old 12-08-2011, 01:33 PM   #186
inetz
Member
 
Join Date: Dec 2009
Posts: 43
Default

any pointers on what this could be relating too ::

12-08-2011 19:30:52 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--- ErrorInfo ---
invalid command name "get_uinfo"
while executing
"get_uinfo $user flags"
(procedure "::ioNiNJA::ZipScript::PRE_STOR" line 4)
invoked from within
"::ioNiNJA::ZipScript::PRE_STOR [lindex $args 2] "
("PRESTOR" arm line 1)
invoked from within
"switch -- [lindex $args 0] {
SYMCLEAN { ::ioNiNJA::symlink_clean }
RESCAN { ::ioNiNJA::ZipScript::rescan }
RESORT { source "../scripts/ioNi..."
(fi
12-08-2011 19:30:52 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--- ErrorInfo ---
invalid command name "::ioNiNJA::CWD"
while executing
"::ioNiNJA::CWD "
("CWD" arm line 1)
invoked from within
"switch -- [lindex $args 0] {
SYMCLEAN { ::ioNiNJA::symlink_clean }
RESCAN { ::ioNiNJA::ZipScript::rescan }
RESORT { source "../scripts/ioNi..."
(file "..\scripts\ioNiNJA\ioNiNJA.itcl" line 1018)
----
inetz is offline   Reply With Quote
Old 12-08-2011, 02:37 PM   #187
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

inetz: yes, yu didn't copy init.itcl to scripts dir......
or you svrewed up the theme or config file.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 02:45 PM   #188
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

now a second update is up, if you've already updated today replace pzs-ng.theme and ioninja.itcl. otherwise, do a clean install
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 04:26 PM   #189
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

is it working now?
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 04:39 PM   #190
Trichlorethen
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 23
Default

there is ioNJ(message_flac) missing in NiNJALiB.tcl, which gives no audio info on complete message on cwd.
i changed some lines in NiNJALiB.tcl:
Code:
	if {[lindex $extrainfo 0] == 0} {
		append message "$ioNJ(message_mp3)"
	} 
	if {[lindex $extrainfo2 0] == 0} {
		append message "$ioNJ(message_flac)"
its working now but the sorting not
Trichlorethen is offline   Reply With Quote
Old 12-08-2011, 04:52 PM   #191
thedepartedone
Member
 
Join Date: Apr 2009
Posts: 30
Default

EDIT: Complete Bar works, Realtime status/info works, and SORT Works

the only thing not working is the flac id3 info when entering for CWD

Last edited by thedepartedone; 12-08-2011 at 06:31 PM.
thedepartedone is offline   Reply With Quote
Old 12-08-2011, 06:07 PM   #192
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

sort for flac works for me.....

hmmm have you updated the flac.cfg and flac.itcl to latest?

the id3 is not workign yet. Not even a bug. It's simply not done yet.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 07:22 PM   #193
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

btw: did you replace the theme file and restart server?
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Old 12-08-2011, 08:45 PM   #194
thedepartedone
Member
 
Join Date: Apr 2009
Posts: 30
Default

yes, ive updated all to the current one... question, if i add the lines Trichlorethen added to that file, would it cause an issue? from the looks of it, he got the id3 for flac to display on CWD.


as for sort, you probably missed a line in the flac.cfg file Trichlorethen since it is working 100% on my end.?
thedepartedone is offline   Reply With Quote
Old 12-09-2011, 03:34 AM   #195
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

no you can add it.
__________________
ioNiNJA
o_dog is offline   Reply With Quote
Reply

Tags
added, fixes, replace, thread, update

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 05:31 AM.

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