kodiのプレイリストに自分の好きなアイコンを表示させる。 Display your favorite icons in the Kodi playlist. (original) (raw)

前提として、kodiのdlnaサーバー機能で音楽再生をfidataアプリで再生する事に限定してのメモ。

日本ではあまり需要が無い様なので、要点を簡略化して翻訳サイトにて英訳してみる。

The premise is that this note is limited to playing music using the Fidata app with Kodi's DLNA server function.

Since there doesn't seem to be much demand for it in Japan, I've simplified the main points and translated it into English on a translation site.

ncos1.hatenablog.com

kodiのプレイリスト・スマートプレイリストはデフォルトのアイコンが表示されるだけで視認性が良くないし、楽しくない。

Kodi's playlists and smart playlists only display default icons, making them difficult to see and not very fun.

プレイリストの保存先のディレクトリ(Raspberrypiの場合は ~/.kodi/userdata/playlists/musicになる)配下に任意のディレクトリを作成(~/.kodi/userdata/playlists/music直下に配置するとkodi側で確認する場合にプレイリストファイルとアイコンファイルが両方表示されてしまうし動作が重くなる)
今回は、スマートプレイリスト用として”smart”を作成している。

まず、通常の手順でスマートプレイリストを作成。
その後、kodiのファイルマネージャでmusic用のプレイリスト配下に”smart”ディレクトリを作成して作成したプレイリストを移動。
カバーアート等表示させたいjpegpng画像をプレイリスト名.tbnにして”smart”ディレクトリにコピーするだけ。
ファイルの操作は、kodi内蔵のファイルマネージャーを使う。

Create any directory under the directory where you want to save the playlist (for Raspberrypi, it is ~/.kodi/userdata/playlists/music) (if you place it directly under ~/.kodi/userdata/playlists/music, both the playlist file and the icon file will be displayed when checking on Kodi, and operation will become slower).
This time, create "smart" for smart playlists.

First, create a smart playlist using the normal procedure.
Then, in Kodi's file manager, create a "smart" directory under the music playlist and move the playlist you created there.
Simply copy the JPEG or PNG images you want to display as cover art, etc. into the "smart" directory with the name playlistname.tbn.
To manipulate files, use Kodi's built-in file manager.

fidataアプリ(dlnaクライアントアプリ)でもアイコンが変更されている。

The icon has also been changed for the fidata app (DLNA client app).