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: 11 months ago
JSON representation
Plugin that remembers last position of tracks played in MusicBee.
- Host: GitHub
- URL: https://github.com/simshaun/musicbee-audiobook-position-tracker
- Owner: simshaun
- Created: 2019-01-11T19:48:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T19:11:34.000Z (over 7 years ago)
- Last Synced: 2025-07-29T08:58:05.603Z (11 months ago)
- Topics: csharp, musicbee, musicbee-plugin
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.