https://github.com/hubblecommand/gta_player
https://github.com/hubblecommand/gta_player
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hubblecommand/gta_player
- Owner: HubbleCommand
- Created: 2022-11-27T16:41:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T18:46:11.000Z (over 3 years ago)
- Last Synced: 2024-05-11T15:38:57.364Z (about 2 years ago)
- Language: Dart
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gta_player
A Flutter app to play GTA radio stations, following a nearly identical formatting to https://github.com/HubbleCommand/GTARadioPi and https://github.com/HubbleCommand/GTARadio.
There are some additional file requirements from the other repos:
- Per station
- icon.png (optional) : the icon that will be shown
- name.txt : a text file containing only the name of the station to be displayed
- /station/songs/mp3tag.csv : (split & talkshow stations) a metadata file generated with MP3Tag to export the song names to a separate file (split & talk show stations)
- /station/mono/mp3tag.csv : (split & talkshow stations) same as above
Stations and other assets are kept as separate files to avoid excessive build times & application size (15 minutes & 7 gb).