From: <ny...@us...> - 2007-02-12 06:46:22
|
Revision: 354 http://svn.sourceforge.net/pmplib/?rev=354&view=rev Author: nyaochi Date: 2007-02-11 22:46:21 -0800 (Sun, 11 Feb 2007) Log Message: ----------- Final version (maybe) for 0.14 release. Modified Paths: -------------- trunk/webpage/download.xml trunk/webpage/index.xml trunk/webpage/links.xml trunk/webpage/news.xml trunk/webpage/pmplib.xsl Modified: trunk/webpage/download.xml =================================================================== --- trunk/webpage/download.xml 2007-02-12 05:45:33 UTC (rev 353) +++ trunk/webpage/download.xml 2007-02-12 06:46:21 UTC (rev 354) @@ -15,15 +15,16 @@ </p> <subsection caption="EasyPMP [Win32]"> -<p> -Download the <a href="http://sourceforge.net/project/showfiles.php?group_id=157298&package_id=175772">EasyPMP binary for Windows 2000/XP</a> at sourceforge.net. -</p> +<ul> +<li>Download the <a href="http://sourceforge.net/project/showfiles.php?group_id=157298">EasyPMP binary for Windows 2000/XP/Vista</a> at sourceforge.net.</li> +</ul> </subsection> <subsection caption="EasyPMP [POSIX]"> -<p> -Download the <a href="http://sourceforge.net/project/showfiles.php?group_id=157298&package_id=175772">source code of pmplib</a> at sourceforge.net. -</p> +<ul> +<li>Download the <a href="http://sourceforge.net/project/showfiles.php?group_id=157298">RPM packages (pmplib and pmplib-tools) for i386</a></li> +<li>Download the <a href="http://sourceforge.net/project/showfiles.php?group_id=157298">source code of pmplib</a> at sourceforge.net.</li> +</ul> </subsection> </section> Modified: trunk/webpage/index.xml =================================================================== --- trunk/webpage/index.xml 2007-02-12 05:45:33 UTC (rev 353) +++ trunk/webpage/index.xml 2007-02-12 06:46:21 UTC (rev 354) @@ -14,21 +14,35 @@ Portable Media Player library (PMPlib) is an open source project for the development of management software/library for various portable media players. PMPlib project currently supports the following hardware: </p> <ul> +<li>iRivNavi.iDB (pmp_irivnavi)</li> +<ul> <li>iRiver H100 series</li> <li>iRiver H300 series</li> +</ul> +<li>PortalPlayer based players (pmp_portalplayer1)</li> +<ul> <li>iRiver H10 UMS</li> <li>iRiver H10 MTP (with emergency connect mode)</li> -<li>iRiver H10Jr. UMS</li> -<li>iRiver U10 UMS</li> -<li>iRiver E10 UMS</li> <li>MEDION MDJuke220</li> <li>MEDION MDJuke440</li> <li>Samsung YH-820</li> <li>Samsung YH-920</li> <li>Samsung YH-925</li> -<li>Philips HDD6320</li> <li>MSI MEGA PLAYER 540</li> </ul> +<li>iRiver 3rd generation (pmp_iriverplus2)</li> +<ul> +<li>iRiver H10Jr. UMS</li> +<li>iRiver U10 UMS</li> +</ul> +<li>iRiver 4th generation (pmp_iriverplus3)</li> +<ul> +<li>iRiver E10 UMS</li> +</ul> +</ul> +<p> + +</p> </section> <section caption="News"> Modified: trunk/webpage/links.xml =================================================================== --- trunk/webpage/links.xml 2007-02-12 05:45:33 UTC (rev 353) +++ trunk/webpage/links.xml 2007-02-12 06:46:21 UTC (rev 354) @@ -10,9 +10,37 @@ <body> <section caption="Links"> -<p> -If you know other useful sites or create a web site related to PMPlib, please let us know. -</p> +<subsection caption="Related projects"> +<dl> +<dt> +<a href="http://easyh10.sourceforge.net/">EasyH10</a> +</dt> +<dd> +EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. +This is the ancestral project of PMPlib. +</dd> +<dt> +<a href="http://cfergeau.free.fr/libitunesdb.html">libitunesdb</a> +</dt> +<dd> +libitunesdb is a library designed to make it easy to access the songs and playlists stored on an iPod. +libitunesdb was originally based on <a href="http://gtkpod.sourceforge.net/">gtkpod</a> iTunesDB parsing code. +</dd> +<dt> +<a href="http://libmtp.sourceforge.net/">libmtp</a> +</dt> +<dd>An implementation of <a href="http://msdn2.microsoft.com/en-us/library/ms867188.aspx">Media Transfer Protocol (MTP)</a> (developed by Microsoft) in the form of a library suitable primarily for POSIX compliant operating systems. Refer to their web site if you have an MTP device because PMPlib project will not support MTP devices. +</dd> +<dt> +<a href="http://www.gphoto.org/">gphoto</a> +</dt> +<dd> +Newer libgphoto2 versions also support Media Transfer Protocol (MTP) based media players since their communications protocol is based on the Picture Transfer Protocol (PTP). +</dd> + + +</dl> +</subsection> </section> </body> Modified: trunk/webpage/news.xml =================================================================== --- trunk/webpage/news.xml 2007-02-12 05:45:33 UTC (rev 353) +++ trunk/webpage/news.xml 2007-02-12 06:46:21 UTC (rev 354) @@ -17,10 +17,10 @@ I am pleased to announce that PMPlib 0.14 was released with numerous enhancements and improvements. </p> <ul> -<li>Implemented playlist conversion for iriver E10 (pmp_iriverplus3).</li> -<li>Added the support for MSI MEGA PLAYER 540 in pmp_portalplayer1.</li> +<li>Implemented <b>playlist conversion for iriver E10</b> (pmp_iriverplus3).</li> +<li>Added the <b>support for MSI MEGA PLAYER 540</b> in pmp_portalplayer1.</li> <li>Added the support of Ogg Vorbis for Samsung YH-920.</li> -<li>On-the-fly playlist conversion from M3U/PLS playlist file located on the PC. Use -P (--playlist-source) option to configure the source directory.</li> +<li><b>On-the-fly playlist conversion</b> from M3U/PLS playlist file located on the PC. Use -P (--playlist-source) option to configure the source directory.</li> <li>Configurable paths to music and playlist directories.</li> <li>Display supported firmware versions, audio codecs, and file extensions.</li> <li>Suppress flickering in the progress report.</li> @@ -30,10 +30,12 @@ <li>Fixed several bugs in reading/writing the database for iriver E10.</li> <li>Improved the routine for writing the iriver E10 database with the latest knowledge.</li> <li>Fixed a crash reported at <a href="http://nyaochi.sakura.ne.jp/pmplib/index.php?topic=210.msg910#msg910">the forum</a> (thanks jonof).</li> +<li>Fixed a bug in playlist conversion with -f (--find-missing) option on POSIX environments.</li> +<li>Fixed a bug in database update for PortalPlayer devices on POSIX environments.</li> <li>Applied two patches for libid3tag for bug-fixes (Win32 version).</li> <li>Updated the JavaScript engine to SpiderMonkey 1.6 (Win32 version).</li> -<li>Distribute RPM packages, pmplib, pmplib-tools, and pmplib-devel.</li> -<li>Grand API restructuring and documentation.</li> +<li><b>Distribute RPM packages</b>, pmplib, pmplib-tools, and pmplib-devel.</li> +<li><b>Grand API restructuring and documentation</b>.</li> <li>Install header files for the development to ${PREFIX}/include/pmplib</li> <li>Merged libucs2 (ucs2.dll) and libfilepath (filepath.dll) into libpmp (pmp.dll) for simplicity.</li> </ul> Modified: trunk/webpage/pmplib.xsl =================================================================== --- trunk/webpage/pmplib.xsl 2007-02-12 05:45:33 UTC (rev 353) +++ trunk/webpage/pmplib.xsl 2007-02-12 06:46:21 UTC (rev 354) @@ -304,7 +304,7 @@ <!--<li><a href="faq.html">FAQ</a></li>--> <li><a href="about.html">About</a></li> <li><a href="http://sourceforge.net/projects/pmplib/">Project Home</a></li> - <!--<li><a href="links.html">Links</a></li>--> + <li><a href="links.html">Links</a></li> </ul> </xsl:template> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |