Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitalcircuit/mb-shuffle-link
MusicBee plugin to keep multi-part songs playing together in shuffle mode
https://github.com/digitalcircuit/mb-shuffle-link
musicbee musicbee-plugin shuffle-mode
Last synced: about 2 months ago
JSON representation
MusicBee plugin to keep multi-part songs playing together in shuffle mode
- Host: GitHub
- URL: https://github.com/digitalcircuit/mb-shuffle-link
- Owner: digitalcircuit
- Created: 2014-07-23T17:16:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T02:41:43.000Z (over 3 years ago)
- Last Synced: 2024-03-18T11:20:55.058Z (10 months ago)
- Topics: musicbee, musicbee-plugin, shuffle-mode
- Language: C#
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shuffle Link
===============Shuffle Link is MusicBee plugin to keep multi-part songs playing together in shuffle mode, using the Comments section of each song.
## Installing
* Grab a recent copy of [MusicBee] from the download page (v2.3 should be high enough)
* Copy `mb-ShuffleLink.dll` to the MusicBee plugin directory (usually `C:\Program Files\MusicBee\Plugins`)
* Restart MusicBee if running## Usage
Put either `Next:`, `Prev:`, or both (separated using new-lines) into the Comments section of a song (right-click, `Edit`, or Shift+Enter), followed by `title=TITLE;artist=ARTIST;album=ALBUM` where `TITLE`, `ARTIST`, and `ALBUM` refer to another song in your library. The order doesn't matter. Use `\;` to include a literal `;`.
If no song is found, it's a duplicate, or the reference is otherwise missing or broken, the plugin will stop searching in that direction.
Note: the first and last song in each list must reference the `Next:` and `Prev:` songs, respectively, or the linked playlist might break.
Example:
Let's say you want to link three songs from the Dustforce soundtrack together. To do so, edit the "Comments" section of each song to something like this:* Sepia Tone Laboratory
`Next: title=Upside Down Stalagmite;artist=Lifeformed;album=Fastfall`
* Upside Down Stalagmite
```
Next: title=Baryogenesis;artist=Lifeformed;album=Fastfall
Prev: title=Sepia Tone Laboratory;artist=Lifeformed;album=Fastfall
```* Baryogenesis
`Prev: title=Upside Down Stalagmite;artist=Lifeformed;album=Fastfall`
## Building
Tools needed:
* Visual Studio 2010 (C# Express edition, or higher)
A standard Visual Studio 'edit code then build' should be fine, nothing special required.
MusicBee API copied directly from the [MusicBee plugins forum post]
[MusicBee]: http://getmusicbee.com/
[MusicBee plugins forum post]: http://getmusicbee.com/forum/index.php?topic=1972.msg9925#msg9925