Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simshaun/musicbee-audiobook-position-tracker
- Owner: simshaun
- Created: 2019-01-11T19:48:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T19:11:34.000Z (about 6 years ago)
- Last Synced: 2024-12-03T15:30:16.951Z (2 months ago)
- Topics: csharp, musicbee, musicbee-plugin
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- 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.