mulander / mget

Movie Get aims to be a simple console script allowing a user to download embeded movies from various video hosting services. It uses common nix programs to download the file and convert it from flv to avi format. The main work of mget is to get the direct video link, which it achieves with the help of the great ruby programming language.
GNU General Public License v2.0
0 stars 0 forks source link

Create a way to store the configuration oustside of mget (like in mget-qt) #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mget should allow to store it's configuration in a plain text file outside 
of the code.
This was once implemented in mget-qt and a simillar approach should be 
taken.
The configuration should allow to store passwords for movie-sites and 
proxy configuration. It should also be easily extensible in the future.
Data should be stored in APPDATA\mget\mget.conf on MS Windows and in 
~/.mget/mget.conf on *nix.

Original issue reported on code.google.com by netpr...@gmail.com on 28 Jun 2008 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 28 Jun 2008 at 2:35

GoogleCodeExporter commented 9 years ago
Fixed at r182
The file is named mget.yaml instead of mget.conf
There is an issue with the choosen implementation.
Each time the file is saved there is no guarantee of the order of items.
Is this an issue for a typical user?

Original comment by netpr...@gmail.com on 28 Jun 2008 at 7:42