diff --git a/airsonic.rest b/airsonic.rest index ee5b9bf..f05c73e 100644 --- a/airsonic.rest +++ b/airsonic.rest @@ -1,6 +1,6 @@ # -*- restclient -*- -:url = http://localhost:8000/rest +:url = https://music.nixo.xyz/rest :token = aca7a0d5412138863f361df08e738378 :username = nixo :salt = 2ob56atgdr8htkpdg5478c6tfj @@ -25,20 +25,19 @@ GET :url/getGenres:auth GET :url/getArtists:auth # Returns details for an artist, including a list of albums. This method organizes music according to ID3 tags.14d44067-99c2-4f77-b58b-138f0b6911fa -GET :url/getArtist:auth&id=ba853904-ae25-4ebb-89d6-c44cfbd71bd2 - +GET :url/getArtist:auth&id=fab34286-b8e1-4879-bce3-194e1358fbd2 # Returns details for an album, including a list of songs. This method organizes music according to ID3 tags. -GET :url/getAlbum:auth&id=f281e63f-589d-4691-8f13-9906ccc09aa0 +GET :url/getAlbum:auth&id=8df732d3-fcb2-430f-9bfb-aacf4662a602 # Returns details for a song. -GET :url/getSong:auth&id=e1ebe027-2e21-45c9-bff8-94ba538f895f +GET :url/getSong:auth&id=91276ac8-a0ae-464d-875e-9a2e97315bfb # Returns a cover art image. GET :url/getCoverArt:auth&id=7167f941-efef-49dd-a54f-8e2d41e3f4a7 # Stream -GET :url/stream:auth&id=e1ebe027-2e21-45c9-bff8-94ba538f895f +GET :url/stream:auth&id=91276ac8-a0ae-464d-875e-9a2e97315bfb # Get playlists GET :url/getPlaylists:auth @@ -64,5 +63,5 @@ GET :url/deletePlaylist:auth&id=a2df9320-4775-40a5-9830-8960f3eb9203 # Get random songs GET :url/getRandomSongs:auth - - +# Search3 +GET :url/search3:auth&query=moonbathers