Full-featured remote control for Kodi Media Center. It features library browsing, now playing informations and a direct remote control.
Features
- Control Kodi's volume
- Manage multiple Kodi instances
- Live view of currently playing playlist
- Displays music cover art shown where available
- Displays movie poster and actor thumbs where available
- Play and queue albums, songs, genre selections and much more directly without having to turn on your TV.
- Browse files directly ... and much more!
Join Testflight beta testing: https://testflight.apple.com/join/VQkpfqDN
Use fastlane to manage everything related to AppStoreConnect.
cdto project's directory in terminal- Install or update Ruby dependencies:
bundle installorbundle update - Grab AppStoreConnect API key (p8 file) from 1Password and place it in the project's directory
bundle exec fastlane tf
Optional parameters:
notify: set to0to disable automatic notification of external testers
To be able to also create prerelease+tag on Github, define GITHUB_API_TOKEN environment variable. Example:
GITHUB_API_TOKEN=your_PAT_token bundle exec fastlane tf notify:0
bundle exec fastlane asc
If you also want to draft release on Github, define GITHUB_API_TOKEN environment variable like above.
Optional parameters:
app_versionbuild_numbermanual_release: set to1to use manual release mode rather than automaticrelease_name(you'll be asked to enter it if not provided)
Omitted app_version / build_number parameter means "use the latest uploaded". More about passing parameters.
Note: if new app version doesn't exist yet, you must pass at least app_version, otherwise fastlane fails. Hopefully it'll be fixed, see issue about that.
Example: bundle exec fastlane asc app_version:1.6.1
# optionally pass username via -u parameter
SPACESHIP_SKIP_2FA_UPGRADE=1 bundle exec fastlane deliver download_metadata --use_live_version