Skip to content

Instantly share code, notes, and snippets.

View benthebear's full-sized avatar

Ben benthebear

  • Palasthotel
  • Lost
View GitHub Profile
<? // Itunes Mediathek Skript ?>
<pre>
<?
// Just import the regular iTunes Mediathek Export XML File
// Be sure to have a good Hoster. My Mediathek.xml is about 6.5 MB.
$xml = simplexml_load_file("Mediathek.xml");
foreach ($xml as $key1 => $value1) {