-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtubes.cfg
More file actions
44 lines (35 loc) · 765 Bytes
/
tubes.cfg
File metadata and controls
44 lines (35 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash module
# tubes configuration file
# place this file to ~/.tubes folder
[google]
# get optional google api key from google user configurations
api_key=
[youtube]
# to connect to your youtube account (or need to see age limited material)
user=
password=
sub_lang="en,fi"
[save]
# Determ where doenloaded files shall go (if empty saving to run folder)
location=$HOME/temp
[limit]
# thunbnail widh on list view in verbose 3
thumbnail_size=60
verbose=2
# limit search results (youtube_search max is 20)
search_result=20
[video]
# video files
save_folder=$HOME
file_format=mp4
[audio]
# audio files
save_folder=$HOME
file_format=mp3
[nowplaying]
file=/tmp/tubes-np.txt
[cookie]
browser="firefox"
profile=""
[mpv]
socket_file="/tmp/tubes.mpv.socket"