Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 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)

Expand Down
12 changes: 5 additions & 7 deletions application.example.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins:
jiosaavn:
apiURL: "your_api_url" # JioSaavn API URL
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
recommendationsTrackLimit: 10 # The maximum number of tracks to return from recommendations (default 10 tracks)

server: # REST and WS server
port: 2333
Expand All @@ -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:
Expand Down Expand Up @@ -96,4 +94,4 @@ logging:
logback:
rollingpolicy:
max-file-size: 1GB
max-history: 30
max-history: 30