]> git.parisson.com Git - deefuzzer.git/commitdiff
JSON example indent fix
authorDominic Kanrabat <doomy23@gmail.com>
Wed, 24 Apr 2019 08:20:45 +0000 (04:20 -0400)
committerDominic Kanrabat <doomy23@gmail.com>
Wed, 24 Apr 2019 08:20:45 +0000 (04:20 -0400)
example/deefuzzer.json

index f5bb4cf313224309bf888f401bb06ef0651e9087..65a1dc6ffed4cffcf883087cb27fd0265c94df5f 100644 (file)
             }
         },
         "station": {
-          "infos": {
-              "description": "MySQL funky playlist",
-              "genre": "Various Funk Groove",
-              "name": "My best funky station",
-              "short_name": "My_station2",
-              "url": "http://parisson.com"
-          },
-          "media": {
-              "bitrate": 96,
-              "format": "mp3",
-              "ogg_quality": 4,
-              "samplerate": 48000,
-              "shuffle": 0,
-              "voices": 2,
-                               "mysql": {
-                "host": "127.0.0.1",
-                "port": 3306,
-                                       "user": "username",
-                                       "password": "password",
-                                       "database": "deefuzze_database",
-                                       "table": "deefuzze_playlist",
-                                       "field": "mp3"
-                               }
-          }
+            "control": {
+                "mode": 0,
+                "port": 16001
+            },
+            "infos": {
+                "description": "MySQL funky playlist",
+                "genre": "Various Funk Groove",
+                "name": "My best funky station managed with MySQL",
+                "short_name": "MySQL_station",
+                "url": "http://parisson.com"
+            },
+            "media": {
+                "bitrate": 96,
+                "format": "mp3",
+                "ogg_quality": 4,
+                "samplerate": 48000,
+                "shuffle": 0,
+                "voices": 2,
+                "mysql": {
+                    "host": "127.0.0.1",
+                    "port": 3306,
+                    "user": "username",
+                    "password": "password",
+                    "database": "database_name",
+                    "table": "playlist_table",
+                    "field": "absolute_path"
+                               }
+            }
         }
     }
 }