<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=79.18.43.107</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=79.18.43.107"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/79.18.43.107"/>
	<updated>2026-04-21T22:25:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Showing_album_art_in_the_Media_Player&amp;diff=37578</id>
		<title>Showing album art in the Media Player</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Showing_album_art_in_the_Media_Player&amp;diff=37578"/>
		<updated>2011-05-03T13:35:18Z</updated>

		<summary type="html">&lt;p&gt;79.18.43.107: /* Separate File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are 2 methods for associating album art with songs in the built-in media player.&lt;br /&gt;
&lt;br /&gt;
== Embedded ==&lt;br /&gt;
&lt;br /&gt;
The first is to embed the art inside the song itself (this is actually one of the options described in the second method below). According to [http://talk.maemo.org/showpost.php?p=439343&amp;amp;postcount=30 this discussion], the art needs to be tagged as &amp;quot;cover.front&amp;quot; in order to appear properly.&lt;br /&gt;
&lt;br /&gt;
== Separate File ==&lt;br /&gt;
&lt;br /&gt;
The second way is provide the art in a separate file in the same directory as the songs. For this to work, there are some rules that need to be followed when naming the art (see [http://live.gnome.org/MediaArtStorageSpec#Heuristics_for_finding_media_art Gnome&#039;s Media Art Storage Spec] for the details).&lt;br /&gt;
&lt;br /&gt;
The simplest option is to name the cover art &amp;quot;cover.&amp;lt;ext&amp;gt;&amp;quot;, where &amp;quot;&amp;lt;ext&amp;gt;&amp;quot; must be replaced with the proper file extension.&lt;br /&gt;
&lt;br /&gt;
One downside to this method is that the art also shows up in the image viewer (aka the &amp;quot;Photos&amp;quot; app).&lt;br /&gt;
&lt;br /&gt;
Note that if the music has already been indexed by the [[Nokia N900|N900&#039;s]] tracker, further work will be required. It is easiest to move the directory containing the songs and art somewhere that the tracker does not index (&amp;quot;tmp&amp;quot; in the file browser works), then move it back. If this does not work, the tracker database may also need to be reset before the directory is moved back.&lt;br /&gt;
&lt;br /&gt;
It may be necessary to remove any .mediaartlocal directories; you can do this safely from terminal:&lt;br /&gt;
&lt;br /&gt;
cd /home/MyDocs ; &lt;br /&gt;
find -name .mediaartlocal | while read file ; do rm -r &amp;quot;$file&amp;quot; ; done&lt;br /&gt;
&lt;br /&gt;
The tracker database can be reset by opening up [[terminal|X Terminal]] and typing &amp;quot;tracker-processes -r&amp;quot;, then hitting enter.&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
[[Category:Beginners]]&lt;br /&gt;
[[Category:Media]]&lt;/div&gt;</summary>
		<author><name>79.18.43.107</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Showing_album_art_in_the_Media_Player&amp;diff=37579</id>
		<title>Showing album art in the Media Player</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Showing_album_art_in_the_Media_Player&amp;diff=37579"/>
		<updated>2011-05-03T13:34:35Z</updated>

		<summary type="html">&lt;p&gt;79.18.43.107: /* Separate File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are 2 methods for associating album art with songs in the built-in media player.&lt;br /&gt;
&lt;br /&gt;
== Embedded ==&lt;br /&gt;
&lt;br /&gt;
The first is to embed the art inside the song itself (this is actually one of the options described in the second method below). According to [http://talk.maemo.org/showpost.php?p=439343&amp;amp;postcount=30 this discussion], the art needs to be tagged as &amp;quot;cover.front&amp;quot; in order to appear properly.&lt;br /&gt;
&lt;br /&gt;
== Separate File ==&lt;br /&gt;
&lt;br /&gt;
The second way is provide the art in a separate file in the same directory as the songs. For this to work, there are some rules that need to be followed when naming the art (see [http://live.gnome.org/MediaArtStorageSpec#Heuristics_for_finding_media_art Gnome&#039;s Media Art Storage Spec] for the details).&lt;br /&gt;
&lt;br /&gt;
The simplest option is to name the cover art &amp;quot;cover.&amp;lt;ext&amp;gt;&amp;quot;, where &amp;quot;&amp;lt;ext&amp;gt;&amp;quot; must be replaced with the proper file extension.&lt;br /&gt;
&lt;br /&gt;
One downside to this method is that the art also shows up in the image viewer (aka the &amp;quot;Photos&amp;quot; app).&lt;br /&gt;
&lt;br /&gt;
Note that if the music has already been indexed by the [[Nokia N900|N900&#039;s]] tracker, further work will be required. It is easiest to move the directory containing the songs and art somewhere that the tracker does not index (&amp;quot;tmp&amp;quot; in the file browser works), then move it back. If this does not work, the tracker database may also need to be reset before the directory is moved back.&lt;br /&gt;
It may be necessary to remove any .mediaartlocal directories; you can do this safely from terminal:&lt;br /&gt;
cd /home/MyDocs&lt;br /&gt;
find -name .mediaartlocal | while read file ; do rm -r &amp;quot;$file&amp;quot; ; done&lt;br /&gt;
&lt;br /&gt;
The tracker database can be reset by opening up [[terminal|X Terminal]] and typing &amp;quot;tracker-processes -r&amp;quot;, then hitting enter.&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
[[Category:Beginners]]&lt;br /&gt;
[[Category:Media]]&lt;/div&gt;</summary>
		<author><name>79.18.43.107</name></author>
	</entry>
</feed>