]> git.parisson.com Git - deefuzzer.git/commitdiff
Merge branch 'dev-stationfolder' into dev
authorachbed <github@achbed.org>
Thu, 20 Nov 2014 06:15:07 +0000 (00:15 -0600)
committerachbed <github@achbed.org>
Thu, 20 Nov 2014 06:15:07 +0000 (00:15 -0600)
Conflicts:
deefuzzer/core.py
deefuzzer/tools/utils.py

1  2 
example/deefuzzer.json

index 2234dedbd168b06bd435d2a2d4e95e32a0d484cf,add4b6e1901d964efb4e24e57c7b47b3e34c8d4f..7f53f8629dbe0e51ec2d390ee32f76e8231a6dfa
@@@ -2,13 -2,13 +2,24 @@@
      "deefuzzer": {
          "log": "/path/to/station.log",
          "m3u": "/path/to/station.m3u",
+         "stationdefaults": {
+             "control": {
+                 "mode": 0,
+                 "port": 16001
+             },
+             "jingles": {
+                 "dir": "/path/to/jingles",
++                "mode": 0,
++                "shuffle": 1
++            }
++        },
 +        "station": {
 +            "control": {
 +                "mode": 0,
 +                "port": 16001
 +            },
 +            "jingles": {
 +                "dir": "/path/to/jingles",
                  "mode": 0,
                  "shuffle": 1
              }