- Required SinusBot Version
- 1.0
- Compatible Backends
-
- TeamSpeak 3
With this plugin you can search for saved playlists. Optionally you can specify a search string to filter playlists.
The result will be an ordered list in the chat with the total count of found playlists.
Installation:
Options:
Notes:
- Privileges are based on the !search command and the user needs the "Playback" or "Enqueue" right to execute this command. (See Disable privileges in options section)
- Script is based on the Sinusbot command.js and have to be placed in the script folder too.
Version history:
---------
PS: If you need something in the script - Just let me know and i will try to implement it.
The result will be an ordered list in the chat with the total count of found playlists.
Installation:
- Download the script and place it in the scripts folder of your Sinus bot
- Restart the Sinus bot
- Activate the script
- Execute command without searchstring "{SINUSBOT_PREFIX}playlistsearch" (all playlists)
- Execute command with searchstring "{SINUSBOT_PREFIX}playlistsearch {searchstring}" (filtered playlists)
Options:
- Show playlist ID in search results. Examples:
- without id:
- 1. playlist1
- 2. playlist2
- 3. playlist3
- with id: (Name is bold)
- 1. playlist1 (ID: 1)
- 2. playlist2 (ID: 2)
- 3. playlist3 (ID: 3)
- without id:
- Disable privileges - Disables the check for Playback / Enqueue rights and the command can used by all users.
Notes:
- Privileges are based on the !search command and the user needs the "Playback" or "Enqueue" right to execute this command. (See Disable privileges in options section)
- Script is based on the Sinusbot command.js and have to be placed in the script folder too.
Version history:
- 1.0
- Initial Release
- 1.1
- Option to force an extact match
---------
PS: If you need something in the script - Just let me know and i will try to implement it.