61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
|
Categories:
|
||
|
- Multimedia
|
||
|
License: GPL-3.0-only
|
||
|
AuthorName: Kanedias
|
||
|
AuthorEmail: kanedias@keemail.me
|
||
|
SourceCode: https://github.com/vanilla-music/vanilla-music-metadata-fetch
|
||
|
IssueTracker: https://github.com/vanilla-music/vanilla-music-metadata-fetch/issues
|
||
|
Donate: https://www.patreon.com/kanedias
|
||
|
LiberapayID: '27922'
|
||
|
|
||
|
AutoName: Vanilla Metadata Fetch
|
||
|
Description: |-
|
||
|
This app is a plugin. Prior to use it you should have
|
||
|
[[ch.blinkenlights.android.vanilla]] installed. Once both player and this plugin
|
||
|
are installed, request a context menu from library screen, select "Plugins" and
|
||
|
"Metadata fetch" afterwards. Note that this plugin requires internet connection
|
||
|
to be useful.
|
||
|
|
||
|
This plugin can create fingerprint for any music file you wish to know about and
|
||
|
request its metadata from [https://acoustid.org AcoustID], libre and open source
|
||
|
fingerprinting service. If match is found it is then shown on the screen.
|
||
|
|
||
|
'''Features:'''
|
||
|
|
||
|
* Fetches tag metadata for various music files (mp3/ogg/flac)
|
||
|
* Can also fetch cover image for selected song
|
||
|
* Can write retrieved cover and tags if [[com.kanedias.vanilla.audiotag]] is installed
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/vanilla-music/vanilla-music-metadata-fetch
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.0.3
|
||
|
versionCode: 4
|
||
|
commit: 1.0.3
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/splits/,+15d' build.gradle
|
||
|
|
||
|
- versionName: 1.0.4
|
||
|
versionCode: 5
|
||
|
commit: 1.0.4
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: sed -i -e '/splits/,+15d' build.gradle
|
||
|
|
||
|
MaintainerNotes: |-
|
||
|
- This app doesn't have default activity, this is normal
|
||
|
- This app requires [[ch.blinkenlights.android.vanilla]]
|
||
|
- This app contains native code and uses abi splits
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
UpdateCheckIgnore: beta
|
||
|
CurrentVersion: 1.0.4
|
||
|
CurrentVersionCode: 5
|