mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 05:26:07 +00:00
GSOC - Config file #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cfsmp3 on GitHub (Apr 11, 2014).
Originally assigned to: @anshul1912 on GitHub.
A simple one. Have a config file with default options so users don't need to specify the same things each time.
/etc/ccextractor would be nice.
@anshul1912 commented on GitHub (Jun 18, 2014):
In my linux (openSuse) have config file in /home//.config for applications in etc i keep config files of servers and setting for all users, for user specific setting we can use .config folder
or we can give priority to .config folder if config file not found then ccextractor can look in /etc/ccextractor.cnf
@cfsmp3 commented on GitHub (Jun 22, 2014):
Sounds OK. Remember that Windows support is necessary. Probably read the
config file from either the CCExtractor binary directory.
On Wed, Jun 18, 2014 at 12:16 PM, Anshul Maheshwari <
notifications@github.com> wrote:
@canihavesomecoffee commented on GitHub (Jun 24, 2014):
I think that the recommended place for windows would be the binary directory indeed. The only issue here might be that on newer systems editing this file will require administration rights. This is for me the case when I want to edit/modify/copy a file in the directory where CCExtractor 0.69 (with GUI) gets installed (in my case: C:\Program Files (x86)\CCExtractor).