Instead of attempting to store the song in an ini as:
Code:
[songname - artist]
vijoplays=3


Why not just create a unique identifier for the song and its values, you could use something along thing lines of $md5(songname - artist), $hash, $sha1, etc which would output something akin to:
Code:
[e6076bf52fddf2fe9cf6dfa998ae3083]
song=In the end
artist=Linkin Park
Likes_vijoplays=3

Last edited by FroggieDaFrog; 24/01/17 06:45 PM.

I am SReject
My Stuff