https://github.com/faithvoid/script.scrobblebox
Offline Last/Libre.FM scrobbler for the original Xbox.
https://github.com/faithvoid/script.scrobblebox
Last synced: over 1 year ago
JSON representation
Offline Last/Libre.FM scrobbler for the original Xbox.
- Host: GitHub
- URL: https://github.com/faithvoid/script.scrobblebox
- Owner: faithvoid
- Created: 2024-11-11T15:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T11:19:35.000Z (over 1 year ago)
- Last Synced: 2025-01-21T17:15:04.534Z (over 1 year ago)
- Language: Python
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScrobbleBox - an offline Rockbox-style scrobble logger for XBMC4Xbox
A simple XBMC4Xbox addon that logs scrobbled songs to a "scrobbler.log" file, like Rockbox does. Pairs well with [rb-scrobbler](https://github.com/jeselnik/rb-scrobbler)


## How to use:
- Install ScrobbleBox to your scripts folder in XBMC4Xbox
- Run ScrobbleBox, select "Start ScrobbleBox", listen to music and enjoy as ScrobbleBox scrobbles in the background! (All tracks are automatically scrobbled after reaching at least the halfway point!)
- To enable/disable ScrobbleBox on startup, you can do so from the main ScrobbleBox menu!
- To upload scrobbles, grab your scrobbles from "scrobbler.log" from your Q directory and use a program such as rb-scrobbler to upload it! (uploading directly to last.fm/libre.fm is TBA)
## Bugs:
- Seeking through tracks can make duplicate log entries appear.
## TODO:
- Allow upload to either last.fm or libre.fm (or at least to a host PC)
## Why?
Because I do a lot of my music listening on my original Xbox, as it's the main thing connected to my media center with a CD/DVD drive, so I like being able to scrobble my tracks as I listen to them. As I have an iPod that I log scrobbles onto offline, I figured I wanted to make a similar offline solution for the original Xbox, to futureproof scrobbling on XBMC4Xbox against further SSL/TLS degradation.