Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simshaun/musicbee-audiobook-position-tracker

Plugin that remembers last position of tracks played in MusicBee.
https://github.com/simshaun/musicbee-audiobook-position-tracker

csharp musicbee musicbee-plugin

Last synced: 4 days ago
JSON representation

Plugin that remembers last position of tracks played in MusicBee.

Awesome Lists containing this project

README

        

# Audiobook Position Tracker

This plugin will remember where you last listened.

# Warning

I use MusicBee for audiobooks only and haven't tested this with a huge library.

# Installation

Copy `bin/Release/mb_AudiobookPositionTracker.dll` to your MusicBee Plugins folder.

The MusicBee Plugins folder is likely at `C:\Program Files (x86)\MusicBee\Plugins`.

# How It Works

The plugin will store a text file in the same location as the track being played.
e.g. `C:\Music\Book.m4b` will result in a text file at `C:\Music\Book.m4b.position.txt`

It writes the position every second while the track is playing.