﻿<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <title>adirlevymusic Playlist</title>
    <info>http://www.chorba.co.il</info>
    <trackList>



  		<!-- You need one of these blocks of code for each song in your playlist. --> 
  		<!-- You can simply copy-paste one of these blocks to add a song. --> 
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>שאה לה מיאיה</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track1.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>בוקרשט</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track2.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>קנטה מיאיה</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track3.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>גונדוליר</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track4.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>שאניה קו זורגליי</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track5.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>אסטה זי</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track6.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>שאה מיי קנט</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track7.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>פא שינאה אספי</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track8.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>יובאש פאמיי</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track9.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>קופיי מיי</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track10.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>צאה טרוסטה</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track11.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>סאנו טהבאף</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track12.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>טראשה</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>../mp3/Track13.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <info></info>
        </track>
    </trackList>
</playlist>