2017-01-08 21:02:39 +00:00
|
|
|
Categories:Multimedia
|
2018-05-16 19:28:14 +00:00
|
|
|
License:GPL-3.0-only
|
2018-12-01 20:45:59 +00:00
|
|
|
Author Name:Kanedias
|
|
|
|
Author Email:kanedias@keemail.me
|
|
|
|
Web Site:
|
2017-01-08 21:02:39 +00:00
|
|
|
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
|
2018-12-01 20:45:59 +00:00
|
|
|
LiberapayID:27922
|
2017-01-08 21:02:39 +00:00
|
|
|
|
|
|
|
Auto Name:Vanilla Tag Editor
|
|
|
|
Summary:Vanilla Music player Tag Editor plugin
|
|
|
|
Description:
|
|
|
|
This app is a plugin. Prior to use it you should have
|
2018-12-24 11:33:11 +00:00
|
|
|
[[ch.blinkenlights.android.vanilla]] installed. Once both player and this plugin
|
2017-01-08 21:02:39 +00:00
|
|
|
are installed, request a context menu from library screen, select "Plugins" and
|
2018-12-01 20:45:59 +00:00
|
|
|
"Tag Editor" afterwards.
|
2017-01-08 21:02:39 +00:00
|
|
|
|
2018-12-01 20:45:59 +00:00
|
|
|
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:'''
|
2017-01-08 21:02:39 +00:00
|
|
|
|
|
|
|
* Tag editing of multiple audiofile formats (mp3/ogg/flac)
|
2018-12-01 20:45:59 +00:00
|
|
|
* Any supported tag: Title, Album, Year, Lyrics, etc.
|
2017-01-08 21:02:39 +00:00
|
|
|
* Lightweight (640 KB in release apk)
|
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/vanilla-music/vanilla-music-tag-editor
|
|
|
|
|
|
|
|
Build:1.0,1
|
2017-02-09 21:02:57 +00:00
|
|
|
disable=gradle plugin outdated
|
2017-01-08 21:02:39 +00:00
|
|
|
commit=1.0
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
2017-01-10 22:33:17 +00:00
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
2017-01-12 22:54:01 +00:00
|
|
|
sed -i -e '/jar/d' build.gradle
|
|
|
|
|
|
|
|
Build:1.0.1,2
|
|
|
|
commit=1.0.1
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle
|
2017-01-08 21:02:39 +00:00
|
|
|
|
2017-02-07 02:08:03 +00:00
|
|
|
Build:1.0.2,3
|
|
|
|
commit=1.0.2
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle
|
|
|
|
|
2017-02-09 06:05:08 +00:00
|
|
|
Build:1.0.3,4
|
|
|
|
commit=1.0.3
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle
|
|
|
|
|
2017-02-12 02:50:51 +00:00
|
|
|
Build:1.0.4,5
|
|
|
|
commit=1.0.4
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
2017-02-14 22:51:51 +00:00
|
|
|
sed -i -e '/jar/d' build.gradle && \
|
|
|
|
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
2017-02-12 02:50:51 +00:00
|
|
|
|
2017-02-19 08:55:08 +00:00
|
|
|
Build:1.1.0,6
|
2017-03-26 19:29:40 +00:00
|
|
|
disable=doesnt build
|
2017-02-19 08:55:08 +00:00
|
|
|
commit=1.1.0
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle && \
|
|
|
|
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
|
|
|
2017-02-22 12:03:49 +00:00
|
|
|
Build:1.1.1,7
|
|
|
|
commit=1.1.1
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle && \
|
|
|
|
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
|
|
|
2017-04-03 02:14:45 +00:00
|
|
|
Build:1.1.2,8
|
|
|
|
commit=1.1.2
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
|
|
|
rm=app/libs/*jar
|
|
|
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
|
|
|
sed -i -e '/jar/d' build.gradle && \
|
|
|
|
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
|
|
|
2017-05-31 15:18:17 +00:00
|
|
|
Build:1.2.0,9
|
|
|
|
commit=1.2.0
|
|
|
|
subdir=app
|
2017-06-02 06:09:38 +00:00
|
|
|
submodules=yes
|
2017-05-31 15:18:17 +00:00
|
|
|
gradle=yes
|
|
|
|
|
2017-06-13 14:50:37 +00:00
|
|
|
Build:1.2.1,10
|
|
|
|
commit=1.2.1
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2017-08-07 14:35:29 +00:00
|
|
|
Build:1.2.2,11
|
|
|
|
commit=1.2.2
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2017-10-02 09:55:42 +00:00
|
|
|
Build:1.2.3,12
|
|
|
|
commit=1.2.3
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2017-10-20 18:39:40 +00:00
|
|
|
Build:1.2.4,13
|
|
|
|
commit=1.2.4
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2017-11-02 20:33:48 +00:00
|
|
|
Build:1.2.5,14
|
|
|
|
commit=1.2.5
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2017-11-16 02:25:37 +00:00
|
|
|
Build:1.2.6,15
|
|
|
|
commit=1.2.6
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2018-10-03 10:34:05 +00:00
|
|
|
Build:1.3.0,16
|
|
|
|
commit=1.3.0
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2018-12-01 20:45:59 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
- This app doesn't have default activity, this is normal
|
|
|
|
- This app requires [[ch.blinkenlights.android.vanilla]]
|
|
|
|
.
|
|
|
|
|
2017-01-08 21:02:39 +00:00
|
|
|
Auto Update Mode:Version %v
|
|
|
|
Update Check Mode:Tags
|
2018-12-01 20:45:59 +00:00
|
|
|
Update Check Ignore:beta
|
2018-10-03 10:34:05 +00:00
|
|
|
Current Version:1.3.0
|
|
|
|
Current Version Code:16
|