diff --git a/example.json b/example.json deleted file mode 100644 index d166fab..0000000 --- a/example.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "jellyfin": { - "url": "https://example.com", - "api_key": "sadasodsapasdskd", - "username": "your_username_here", - "music": { - "display": "genres", - "separator": "-" - }, - "self_signed_cert": false, - "_comment": "the 4 lines below and this line arent needed and should be removed, by default nothing will display if these are present", - "blacklist": { - "media_types": ["music", "movie", "episode", "livetv"], - "libraries": ["Anime", "Anime Movies"] - } - }, - "discord": { - "application_id": "1053747938519679018", - "buttons": [ - { - "name": "dynamic", - "url": "dynamic" - }, - { - "name": "dynamic", - "url": "dynamic" - } - ] - }, - "imgur": { - "client_id": "asdjdjdg394209fdjs093" - }, - "images": { - "enable_images": true, - "imgur_images": true - } -} diff --git a/example.json b/example.json new file mode 120000 index 0000000..6d9bbd5 --- /dev/null +++ b/example.json @@ -0,0 +1 @@ +./jellyfin-rpc/example.json \ No newline at end of file