This will allow users to better organize/separate data that should be backed up (in the case of the db and config) as well as take advantage of process management provided by their distro (in the case of the pidfile).
This will also make the command line for Gamez more closely match the command lines for CouchPotato, SickBeard, etc.
Please add additional command line options to allow placing Gamez.ini and Gamez.db in a different directory, as well as PID file support.
For example
Gamez.py --config=/media/config/Gamez.ini --datadir=/media/appdb/Gamez.db --pidfile=/var/run/Gamez.pid
This will allow users to better organize/separate data that should be backed up (in the case of the db and config) as well as take advantage of process management provided by their distro (in the case of the pidfile).
This will also make the command line for Gamez more closely match the command lines for CouchPotato, SickBeard, etc.