spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

don't store into db / rename in extract_metadata #24

Closed abma closed 12 years ago

abma commented 12 years ago

to avoid filename-duplicates new_file/extract_metadata/movefile has to be changed:

new_file copies/downloads file to files/input (?) hash does store only to jobdata extract_metadata does rename the file to a springname_version. (special chars in springname are replaced) extract_metadata stores the file into db + calles movefile to move it to the correct directory.

done :)

abma commented 12 years ago

mostly fixed with https://github.com/springfiles/upq/commit/8ae027c802af0ad000db0f62cab3ee5168594e93 + some different commits