NapoleonWils0n / kodi-playercorefactory

kodi playercorefactory.xml players to play and record videos and bash scripts
GNU General Public License v3.0
80 stars 69 forks source link

.ripconfig: Improvements #93

Closed K3rm1t4 closed 6 years ago

K3rm1t4 commented 6 years ago

A short list of improvements regarding the .ripconfig file and its usage I'd like to see: 1) Add parameter to allow user-configurable 'default' folder (AFAIK currently hard coded to $HOME/Desktop) 2) Make rip-ytdl use this configuration file as well (AFAIK currently files are downloaded to directory where script is executed from)

I'd be really helpful if those features could be incorporated. Thanks again.

NapoleonWils0n commented 6 years ago

hi mate

rip-ytdl is just a wrapper around youtube-dl

if you look at the youtube-dl man page under configuration you'll see there is option to specify a directory to save videos too

the option you want is -o ~/Movies/%(title)s%.(ext)s

that will save videos to your home Movies folder