Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manatlan/maar
POC of My Android Auto Radio
https://github.com/manatlan/maar
Last synced: about 1 month ago
JSON representation
POC of My Android Auto Radio
- Host: GitHub
- URL: https://github.com/manatlan/maar
- Owner: manatlan
- Created: 2023-11-11T07:12:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T12:59:31.000Z (10 months ago)
- Last Synced: 2024-10-09T12:28:17.916Z (3 months ago)
- Language: Python
- Homepage:
- Size: 815 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAAR (My Android Auto Radio)
With python3's [htag](https://github.com/manatlan/htag) (< v0.90.0) module.
Android's Apk built thru the [htagapk recipe](https://github.com/manatlan/htagapk)
To build : you can use the **Build github's action** or [make.py](make.md)
## notes
This is a (working) POC, just to see if the whole idea is OK.
history: I've got an android auto radio, with a 1280x480 (6.86") ... I don't like the current music player. So i try to replace it with something of my own.
It's just to try if an android apk, using htag, can replace the current app.You can test the [APK on appetize](https://appetize.io/app/gutxl5u4tznjq4v6ocu3peinba) (but there are no mp3 in the appetize vm, so you can't go further)
Basically, it's a "folder browser" which let you play mp3s. It will automatically create a playlist of random ones (those in the same or children/descending folders). You can play/pause by clicking on the cover (issued from mp3 tag), or increase/decrease volume.
And when it restarts, it will continue where it ended. (the 3 square/cross buttons are other paths on the device (usb/mass storage), to try ;-)).