/Data/com.abenokobo.kicooya/media/music/
/Data/com.abenokobo.kicooya/media/video/
ffmpeg -i input.xxx -vn -acodec libmp3lame -ar 44100 -ab 128k output.mp3
ffmpeg -i input.xxx -vn -acodec libmp3lame -ar 44100 -ab 128k output.mp3
/Data/com.abenokobo.kicooya/
media/
music/
# Supported file types : MP3
song00.mp3
# ID3 tag artworks can be replaced with PNG / GIF / JPEG.
song01.mp3
song01.png
# ID3 tag artwork can be replaced by a size-specific image.
song02.mp3
song02-80.gif
song02-180.gif
# All ID3 tag artworks in a folder can be replaced with image named "_artwork".
folder00/
_artwork.jpg
song03.mp3
song04.mp3
folder01/
_artwork-80.png
_artwork-180.png
song05.mp3
song06.mp3
video/
# PDV(Playdate 1bitvideo) needs to be a pair of '.pdv' and '.mp3'
video01.pdv
video01.mp3
.cache/
# The result of the ID3 tag parsing and the conversion artwork to 1bit-color are cached.
# If you delete the cache and restart Kicooya, a new cache will be created.
.settings/
# User setting files.