From b43823bb2f5afb09c1e753e779c7747fd07c0fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ku=C5=BAmi=C5=84ski?= <156368035+infnibor@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:55:15 +0200 Subject: [PATCH 1/4] Update JioSaavn plugin config comments and repository maven URL in ReadME file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1831eb4..f2589dd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ lavalink: # plugins would go here, but they are auto-loaded when developing # plugins: # - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" -# repository: "https://jitpack.io" +# repository: "https://maven.appujet.site/releases" server: password: "youshallnotpass" sources: @@ -62,7 +62,7 @@ lavalink: plugins: jiosaavn: - apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL + apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL (The default link may not work or may be out of date. Deploy your own api url on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-rest-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) recommendationsTrackLimit: 10 # The maximum number of track to return from recommendations (default 10 tracks) From 83c351ed1003dee19655400a355007d0b67a1a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ku=C5=BAmi=C5=84ski?= <156368035+infnibor@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:57:48 +0200 Subject: [PATCH 2/4] Update JioSaavn plugin config --- application.example.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/application.example.yml b/application.example.yml index 17c7738..35311c3 100644 --- a/application.example.yml +++ b/application.example.yml @@ -1,8 +1,8 @@ plugins: jiosaavn: - apiURL: "your_api_url" # JioSaavn API URL + apiURL: "your_api_url" # JioSaavn API URL (Deploy your own api url on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-rest-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) - recommendationsTrackLimit: 10 + recommendationsTrackLimit: 10 # The maximum number of track to return from recommendations (default 10 tracks) server: # REST and WS server port: 2333 @@ -11,10 +11,8 @@ server: # REST and WS server enabled: false # Whether to enable HTTP/2 support lavalink: plugins: - # plugins would go here, but they are auto-loaded when developing - # plugins: - # - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" - # repository: "https://maven.appujet.site/releases" +# - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" +# repository: "https://maven.appujet.site/releases" server: password: "youshallnotpass" sources: @@ -96,4 +94,4 @@ logging: logback: rollingpolicy: max-file-size: 1GB - max-history: 30 \ No newline at end of file + max-history: 30 From 82303f6608afe887779ea202e55cb3ceddb20a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ku=C5=BAmi=C5=84ski?= <156368035+infnibor@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:11:49 +0200 Subject: [PATCH 3/4] Update message in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2589dd..c88b2cf 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ lavalink: plugins: jiosaavn: - apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL (The default link may not work or may be out of date. Deploy your own api url on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-rest-api) + apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL (The default link may not work or may be out of date. Deploy your own API on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-plugin-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) recommendationsTrackLimit: 10 # The maximum number of track to return from recommendations (default 10 tracks) From ba839b20913ad6b8665624b959d5683a56313039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ku=C5=BAmi=C5=84ski?= <156368035+infnibor@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:13:57 +0200 Subject: [PATCH 4/4] Update messages in application.example.yml --- application.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application.example.yml b/application.example.yml index 35311c3..16ac88c 100644 --- a/application.example.yml +++ b/application.example.yml @@ -1,8 +1,8 @@ plugins: jiosaavn: - apiURL: "your_api_url" # JioSaavn API URL (Deploy your own api url on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-rest-api) + apiURL: "your_api_url" # JioSaavn API URL (Deploy your own API on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-plugin-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) - recommendationsTrackLimit: 10 # The maximum number of track to return from recommendations (default 10 tracks) + recommendationsTrackLimit: 10 # The maximum number of tracks to return from recommendations (default 10 tracks) server: # REST and WS server port: 2333