In the last post, I explained .M3U files. Now I will tell you how to change titles.
Sometimes the title of the song would be the same as the file name.
So we look at the code:
#EXTINF:0,CS_002_IAmAChildOfGod_eng.mp3
Children’s Songbook\CS_002_IAmAChildOfGod_eng.mp3
You remember this:
#EXTINF:0,<TITLE>
<ADDRESS OF FILE>\<FILE NAME>
You see the title and the file name are the same, so we change the title.
#EXTINF:0,I am A Child Of God
Children’s Songbook\CS_002_IAmAChildOfGod_eng.mp3
NOT the file name.
#EXTINF:0,CS_002_IAmAChildOfGod_eng.mp3
Children’s Songbook\I am A Child Of God
View the next post to learn more about .m3u files.