]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - posts/generating_album_art_on_N9.org
Gebruik source folder.
[www2.vanrenterghem.biz.git] / posts / generating_album_art_on_N9.org
diff --git a/posts/generating_album_art_on_N9.org b/posts/generating_album_art_on_N9.org
deleted file mode 100644 (file)
index 151f6bd..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#+date: 2016-10-03 21:33:50 +0800
-#+title: Generating album art on N9.
-
-For unknown reasons, the Music application on my Nokia N9 does not
-always display the album cover where expected. Instead, it displays the
-artist name and album title. Reports by other users of this phone
-suggest this isn't an uncommon issue, but offer no /confirmed/ insight
-in the root cause of the problem unfortunately.
-
-Fortunately, the symptoms of this problem are relatively easy to fix on
-a one-by-one basis.
-
-In =~/.cache/media-art= on the phone, copy the album art (in a JPEG
-file) to a file named using the following format:
-
-#+begin_example
-album-$(echo -n "artist name" | md5sum | cut -d ' ' -f 1)-$(echo -n "album name" | md5sum | cut -d ' ' -f 1).jpeg 
-#+end_example
-
-Replace =artist name= and =album name= with the appropriate values for
-the album, in small caps (lowercase).
-
-This follows the
-[[https://wiki.gnome.org/action/show/DraftSpecs/MediaArtStorageSpec?action=show&redirect=MediaArtStorageSpec][Media
-Art Storage Spec]]
-
-Luckily, in most cases the above is not necessary and it suffices to
-store the cover picture as =cover.jpg= in the album's directory in
-=~/MyDocs/Music=.