bugfixes #11
@ -1,14 +1,14 @@
|
|||||||
[General]
|
[General]
|
||||||
BaseDir = "/mnt/media"
|
BaseDir = "/home/joren/Downloads/VVV/media"
|
||||||
Format = "mkv"
|
Format = "mkv"
|
||||||
TempBaseDir = "/tmp/nre"
|
TempBaseDir = "/tmp/nre"
|
||||||
EnableConsole = true
|
EnableConsole = true
|
||||||
|
|
||||||
[WatchFolder]
|
[WatchFolder]
|
||||||
Path = "/mnt/watched"
|
Path = "/home/joren/Downloads/VVV/watch"
|
||||||
PollingInterval = 10
|
PollingInterval = 10
|
||||||
UsePolling = false
|
UsePolling = false
|
||||||
UseInotify = false
|
UseInotify = false
|
||||||
|
|
||||||
[N_m3u8DLRE]
|
[N_m3u8DLRE]
|
||||||
Path = "nre"
|
Path = "n-m3u8dl-re"
|
||||||
|
@ -168,7 +168,7 @@ func getDownloadCommand(item Item, mpdPath string, tempDir string) string {
|
|||||||
metadata := parseMetadata(item.Metadata)
|
metadata := parseMetadata(item.Metadata)
|
||||||
keys := getKeys(item.Keys)
|
keys := getKeys(item.Keys)
|
||||||
|
|
||||||
command := fmt.Sprintf("%s %s", config.N_m3u8DLRE.Path, mpdPath)
|
command := fmt.Sprintf("%s \"%s\"", config.N_m3u8DLRE.Path, mpdPath)
|
||||||
|
|
||||||
for _, key := range keys {
|
for _, key := range keys {
|
||||||
if key != "" {
|
if key != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user