<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Creative Zen + Linux</title>
	<atom:link href="http://tiagoboldt.net/blog/creative-zen-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiagoboldt.net/blog/creative-zen-linux/</link>
	<description>Weblog by Tiago Boldt Sousa</description>
	<pubDate>Thu, 20 Nov 2008 23:06:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: alex</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-4105</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 12 Nov 2008 04:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-4105</guid>
		<description>YOU ARE AWESOM! THANK YOU! worked perfectly for ubuntu 8.10! iv been trying to do this for ages, and you are THE most awesome person ever! YESSS!!!! finally im not dependent on windows for my zen! the list of dependencies grows shorter! now all ubuntu needs is a port of foobar :)</description>
		<content:encoded><![CDATA[<p>YOU ARE AWESOM! THANK YOU! worked perfectly for ubuntu 8.10! iv been trying to do this for ages, and you are THE most awesome person ever! YESSS!!!! finally im not dependent on windows for my zen! the list of dependencies grows shorter! now all ubuntu needs is a port of foobar <img src='http://tiagoboldt.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.J. Ferraro</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-3050</link>
		<dc:creator>T.J. Ferraro</dc:creator>
		<pubDate>Sat, 20 Sep 2008 20:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-3050</guid>
		<description>The blog seems to have clobbered the diff. So may I suggest the following manual changes in mtpfs.c for mtpfs 0.7:

ret = LIBMTP_Create_New_Playlist(device,playlist,0);

to

ret = LIBMTP_Create_New_Playlist(device,playlist);


ret= LIBMTP_Send_Track_From_File_Descriptor (device, fi-&#62;fh,
                                                            genfile, NULL, NULL, parent_id);

to

ret= LIBMTP_Send_Track_From_File_Descriptor (device, fi-&#62;fh,
                                                            genfile, NULL, NULL);


ret = LIBMTP_Create_Folder (device, filename, parent_id);

to

ret = LIBMTP_Create_Folder (device, filename, parent_id,0);</description>
		<content:encoded><![CDATA[<p>The blog seems to have clobbered the diff. So may I suggest the following manual changes in mtpfs.c for mtpfs 0.7:</p>
<p>ret = LIBMTP_Create_New_Playlist(device,playlist,0);</p>
<p>to</p>
<p>ret = LIBMTP_Create_New_Playlist(device,playlist);</p>
<p>ret= LIBMTP_Send_Track_From_File_Descriptor (device, fi-&gt;fh,<br />
                                                            genfile, NULL, NULL, parent_id);</p>
<p>to</p>
<p>ret= LIBMTP_Send_Track_From_File_Descriptor (device, fi-&gt;fh,<br />
                                                            genfile, NULL, NULL);</p>
<p>ret = LIBMTP_Create_Folder (device, filename, parent_id);</p>
<p>to</p>
<p>ret = LIBMTP_Create_Folder (device, filename, parent_id,0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.J. Ferraro</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-3049</link>
		<dc:creator>T.J. Ferraro</dc:creator>
		<pubDate>Sat, 20 Sep 2008 20:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-3049</guid>
		<description>I was getting the same compile errors as Arktopus Sauce (above). I'm guessing maybe it was an API change for libmtp (I used the latest, 0.3.2 as of now). I generated the following diff (below) for anyone else who runs into the same problem.

142c142
         ret = LIBMTP_Create_New_Playlist(device,playlist);
415,416c415
&#60;                                                             genfile, NULL, NULL,
                                                             genfile, NULL, NULL);
431,432c430
&#60;                                                         genfile, NULL, NULL,
                                                         genfile, NULL, NULL);
845c843
         ret = LIBMTP_Create_Folder (device, filename, parent_id,0);</description>
		<content:encoded><![CDATA[<p>I was getting the same compile errors as Arktopus Sauce (above). I&#8217;m guessing maybe it was an API change for libmtp (I used the latest, 0.3.2 as of now). I generated the following diff (below) for anyone else who runs into the same problem.</p>
<p>142c142<br />
         ret = LIBMTP_Create_New_Playlist(device,playlist);<br />
415,416c415<br />
&lt;                                                             genfile, NULL, NULL,<br />
                                                             genfile, NULL, NULL);<br />
431,432c430<br />
&lt;                                                         genfile, NULL, NULL,<br />
                                                         genfile, NULL, NULL);<br />
845c843<br />
         ret = LIBMTP_Create_Folder (device, filename, parent_id,0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gp</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-3041</link>
		<dc:creator>gp</dc:creator>
		<pubDate>Sat, 20 Sep 2008 10:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-3041</guid>
		<description>Ubuntu 8.10 alpha5: mtpfs and gphotofs work out of the box (after sudo apt-get install).</description>
		<content:encoded><![CDATA[<p>Ubuntu 8.10 alpha5: mtpfs and gphotofs work out of the box (after sudo apt-get install).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiagoboldt</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2506</link>
		<dc:creator>tiagoboldt</dc:creator>
		<pubDate>Sun, 24 Aug 2008 18:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2506</guid>
		<description>Hi Asteroth and Arktopus Sauce,
Sorry to hear that you're having problems. Well, I now have everything working by installing the packages from the Ubuntu repositories.
Many time has already passed since I've wrote this post, almost every distribution should now have the needed packages available in their own repositories. Maybe you should try that, before compiling yourself each program.

Good luck :)</description>
		<content:encoded><![CDATA[<p>Hi Asteroth and Arktopus Sauce,<br />
Sorry to hear that you&#8217;re having problems. Well, I now have everything working by installing the packages from the Ubuntu repositories.<br />
Many time has already passed since I&#8217;ve wrote this post, almost every distribution should now have the needed packages available in their own repositories. Maybe you should try that, before compiling yourself each program.</p>
<p>Good luck <img src='http://tiagoboldt.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asteroth</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2497</link>
		<dc:creator>Asteroth</dc:creator>
		<pubDate>Sun, 24 Aug 2008 12:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2497</guid>
		<description>Hi! I installed everything, i even downloaded newest versions and compiled everything except for mtpfs which i installed from repo (i just couldnt get it working while compiling from source, but the problem persists.

I can upload music and files through amarok or gnomad2, but i cant access antyhing that is already on the mp3. After mounting it as a filesystem I can see all the directories and some files (preinstalled jpg mostly), but nothing else- all the files are invisible and undetectable. Directories are 0bytes each</description>
		<content:encoded><![CDATA[<p>Hi! I installed everything, i even downloaded newest versions and compiled everything except for mtpfs which i installed from repo (i just couldnt get it working while compiling from source, but the problem persists.</p>
<p>I can upload music and files through amarok or gnomad2, but i cant access antyhing that is already on the mp3. After mounting it as a filesystem I can see all the directories and some files (preinstalled jpg mostly), but nothing else- all the files are invisible and undetectable. Directories are 0bytes each</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arktopus Sauce</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2417</link>
		<dc:creator>Arktopus Sauce</dc:creator>
		<pubDate>Mon, 18 Aug 2008 03:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2417</guid>
		<description>Nope, I still get them... I was just clarifying *where I got them. :)

Any help?</description>
		<content:encoded><![CDATA[<p>Nope, I still get them&#8230; I was just clarifying *where I got them. <img src='http://tiagoboldt.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiagoboldt</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2416</link>
		<dc:creator>tiagoboldt</dc:creator>
		<pubDate>Mon, 18 Aug 2008 02:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2416</guid>
		<description>Hope it's solved then :D</description>
		<content:encoded><![CDATA[<p>Hope it&#8217;s solved then <img src='http://tiagoboldt.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arktopus Sauce</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2415</link>
		<dc:creator>Arktopus Sauce</dc:creator>
		<pubDate>Mon, 18 Aug 2008 02:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2415</guid>
		<description>OH!

Sorry!  I just realised; I get those errors when I 'make' having './configure'd.</description>
		<content:encoded><![CDATA[<p>OH!</p>
<p>Sorry!  I just realised; I get those errors when I &#8216;make&#8217; having &#8216;./configure&#8217;d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arktopus Sauce</title>
		<link>http://tiagoboldt.net/blog/creative-zen-linux/#comment-2414</link>
		<dc:creator>Arktopus Sauce</dc:creator>
		<pubDate>Mon, 18 Aug 2008 02:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://tiagoboldt.net/blog/creative-zen-linux/#comment-2414</guid>
		<description>Hello.  I'm following you right up to the ./configure bit.  I get errors like this:
mtpfs.c: In function ‘save_playlist’:
mtpfs.c:142: error: too many arguments to function ‘LIBMTP_Create_New_Playlist’

Any idea what to do?  I intend, by the way, to try and do this with a creative zen x-fi, but I assume it's the same principle as getting it to work with a creative zen.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello.  I&#8217;m following you right up to the ./configure bit.  I get errors like this:<br />
mtpfs.c: In function ‘save_playlist’:<br />
mtpfs.c:142: error: too many arguments to function ‘LIBMTP_Create_New_Playlist’</p>
<p>Any idea what to do?  I intend, by the way, to try and do this with a creative zen x-fi, but I assume it&#8217;s the same principle as getting it to work with a creative zen.<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
