Update Vanilla plugins, add Metadata plugin
This commit is contained in:
parent
b488c85852
commit
2efa549137
|
@ -1,9 +1,12 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://vanillamusic.io/
|
||||
Author Name:Kanedias
|
||||
Author Email:kanedias@keemail.me
|
||||
Web Site:
|
||||
Source Code:https://github.com/vanilla-music/vanilla-music-tag-editor
|
||||
Issue Tracker:https://github.com/vanilla-music/vanilla-music-tag-editor/issues
|
||||
Donate:https://www.patreon.com/kanedias
|
||||
LiberapayID:27922
|
||||
|
||||
Auto Name:Vanilla Tag Editor
|
||||
Summary:Vanilla Music player Tag Editor plugin
|
||||
|
@ -11,12 +14,19 @@ 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
|
||||
"Tag editor" afterwards.
|
||||
"Tag Editor" afterwards.
|
||||
|
||||
Features:
|
||||
This plugin can edit metadata tags of the various music files and persist them
|
||||
to the file being edited. Note that not all music files support storing tags in
|
||||
metadata as this depends on format.
|
||||
|
||||
Also note that artwork fetching and persisting is done in another plugin,
|
||||
[[com.kanedias.vanilla.coverfetch]] that is also available from store.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Tag editing of multiple audiofile formats (mp3/ogg/flac)
|
||||
* Custom tag editing (lyrics, track no, comment etc.)
|
||||
* Any supported tag: Title, Album, Year, Lyrics, etc.
|
||||
* Lightweight (640 KB in release apk)
|
||||
.
|
||||
|
||||
|
@ -149,7 +159,13 @@ Build:1.3.0,16
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
- This app doesn't have default activity, this is normal
|
||||
- This app requires [[ch.blinkenlights.android.vanilla]]
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Update Check Ignore:beta
|
||||
Current Version:1.3.0
|
||||
Current Version Code:16
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://vanilla-music.github.io
|
||||
Author Name:Kanedias
|
||||
Author Email:kanedias@keemail.me
|
||||
Web Site:
|
||||
Source Code:https://github.com/vanilla-music/vanilla-music-cover-fetch
|
||||
Issue Tracker:https://github.com/vanilla-music/vanilla-music-cover-fetch/issues
|
||||
Donate:https://www.patreon.com/kanedias
|
||||
LiberapayID:27922
|
||||
|
||||
Auto Name:Vanilla Cover Fetch
|
||||
Summary:Vanilla Music player Cover Fetch plugin
|
||||
|
@ -88,7 +91,13 @@ Build:1.4.3,11
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
- This app doesn't have default activity, this is normal
|
||||
- This app requires [[ch.blinkenlights.android.vanilla]]
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Update Check Ignore:beta
|
||||
Current Version:1.4.3
|
||||
Current Version Code:11
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://vanillamusic.io/
|
||||
Author Name:Kanedias
|
||||
Author Email:kanedias@keemail.me
|
||||
Web Site:
|
||||
Source Code:https://github.com/vanilla-music/vanilla-music-lyrics-search
|
||||
Issue Tracker:https://github.com/vanilla-music/vanilla-music-lyrics-search/issues
|
||||
Donate:https://www.patreon.com/kanedias
|
||||
LiberapayID:27922
|
||||
|
||||
Auto Name:Vanilla Lyrics Search
|
||||
Summary:Vanilla Music player Lyrics Search plugin
|
||||
|
@ -14,11 +17,18 @@ are installed, request a context menu from library screen, select "Plugins" and
|
|||
"Lyrics search" afterwards. Note that this plugin requires internet connection
|
||||
to be useful.
|
||||
|
||||
For file tag related operations it also optionally requires
|
||||
[[com.kanedias.vanilla.audiotag]] to be present.
|
||||
|
||||
This plugin allows reading lyrics from file tag or from *.lrc file with same
|
||||
name. If no lyrics is available from these sources it can also download lyrics
|
||||
from [http://lyrics.wikia.com Lyrics Wiki] if it is present for this file's
|
||||
artist and title.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Requests lyrics by artist and title from lyrics.wikia.com
|
||||
* Can interact with Tag Editor plugin:
|
||||
* Can read lyrics from file tags and show them without internet connection.
|
||||
* Can read lyrics from file tags or *.lrc files and show them without internet connection
|
||||
* Can write lyrics retrieved from wiki to file tags
|
||||
.
|
||||
|
||||
|
@ -92,7 +102,13 @@ Build:1.3.2,12
|
|||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
- This app doesn't have default activity, this is normal
|
||||
- This app requires [[ch.blinkenlights.android.vanilla]]
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Update Check Ignore:beta
|
||||
Current Version:1.3.2
|
||||
Current Version Code:12
|
||||
|
|
51
metadata/com.kanedias.vanilla.metadata.txt
Normal file
51
metadata/com.kanedias.vanilla.metadata.txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-only
|
||||
Author Name:Kanedias
|
||||
Author Email:kanedias@keemail.me
|
||||
Web Site:
|
||||
Source Code:https://github.com/vanilla-music/vanilla-music-metadata-fetch
|
||||
Issue Tracker:https://github.com/vanilla-music/vanilla-music-metadata-fetch/issues
|
||||
Donate:https://www.patreon.com/kanedias
|
||||
LiberapayID:27922
|
||||
|
||||
Auto Name:Vanilla Metadata Fetch
|
||||
Summary:Vanilla Music player Metadata retrieval plugin
|
||||
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
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vanilla-music/vanilla-music-metadata-fetch
|
||||
|
||||
Build:1.0.3,4
|
||||
commit=1.0.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/splits/,+15d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
- 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
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Update Check Ignore:beta
|
||||
Current Version:1.0.3
|
||||
Current Version Code:4
|
Loading…
Reference in a new issue