Nogrp

ad59

New member
Does anybody here knows the procedure that goes after being released on P2P?

Just wondering, it might not be the obvious.
 
PHP:
	set rlsgrp "$release"
    regsub -nocase {[._-]int$|\_internal$|_house$} $rlsgrp {} rlsgrp
    set t [split $rlsgrp -]
    if {[llength $t] > 1} {set grp [lindex $t end]} else {set grp "NOGRP"}
	for each i $spgrps {if {[string match -noc *$i $rlsgrp]} {set grp "$i"}}
	set affro [mysqlexec $handle "INSERT INTO predb (rlsname,section,ctime,grp) VALUES ('$release' , '$section' , '[unixtime]' , '$grp')"]
basically addpre assigns the nogrp tag.
 
if its not scene it can be called nogrp usually meaning an individual uploaded it. If its scene and was not uploaded by a group it will be -IND (individual)
 
Back
Top