Skip to content

AndreyPavlenko/Fermata

Repository files navigation

Fermata Media Player

Get it on Google Play

About

Fermata Media Player is a free, open source audio, video and TV player with a simple and intuitive interface. It is focused on playing media files organized in folders and playlists.

Supported features:

  • Play media files organized in folders
  • IPTV addon with support for XMLTV EPG and Catchup
  • Remembers the last played track and position for each folder
  • Support for favorites and playlists
  • Support for CUE and M3U playlists
  • Support for bookmarks
  • Audio effects: Equalizer, Bass/Volume Boost and Virtualizer
  • Configure audio effects for individual tracks and folders
  • Configure playback speed for individual tracks and folders
  • Customizable titles and subtitles
  • Support for Android Auto
  • Support for Android TV
  • Show favorites and playlists on Android TV home screen
  • Pluggable media engines: MediaPlayer, ExoPlayer and VLC
  • Video player with support for subtitles and audio streams (VLC Engine only)

Building the project

export ANDROID_SDK_ROOT=<path to android SDK>

Clone the repository

git clone --recurse-submodules https://github.com/AndreyPavlenko/Fermata.git
cd Fermata

Build AAB

./gradlew bundleAutoRelease -PAPP_ID_SFX=.type.your.pkg.sfx.here
find $PWD -name *.aab

Build APK

./gradlew bundleAutoRelease -PAPP_ID_SFX=.type.your.pkg.sfx.here
find $PWD -name *.apk

Building in docker

docker run -ti --name Fermata andreypavlenko/fermata

Enter the requested key alias and password, when prompted. Build the required package using the above commands. To copy the built package to the host machine, open a new terminal and run:

docker cp Fermata:/home/mobiledevops/Fermata/fermata/build/outputs/bundle/autoRelease/ .

Donation

If you like the application, please consider making a donation:

PayPal

CloudTips

Yandex Money

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages