Metadata-Version: 2.1
Name: eisenradio-apk
Version: 1.2
Summary: Eisenradio apk installer for Android mobiles
Home-page: 
Author: René Horn
Author-email: rene_horn@gmx.net
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Eisenradio .apk Installer for Android
---

* compiled for arm64-v8a to run on Android devices
* x86 version is used in Android Studio "Device Emulator"
* Database and downloads are located in the default User folder "/Music/Eisenradio" 
* Change "Save" path to store files on external SD card, the "Allow access" request from setup is used for it
* App runs in foreground service mode, so it will not be killed at screen lock
* Create multiple radio names and URLs in an *ini file on PC or tablet, import with the "Tools" menu on the phone 
* .apk is an Android setup file 

The package wrapper is a wheel

A python wheel is a Zip file, so you can rename it to *zip and extract it using any program that reads Zip files.

