Relative Content

Tag Archive for pythontxtm3u8

can I edit m3u8 files with python?

I wanted to write a python code that modifies m3u8 files, I create these files on my android device and move em to my windows laptop so I could play those playlists using windows media player, but it doesn’t work because the paths in the file are set to the android device paths and obviously won’t work in windows because they are set to different paths. (keep in mind those are playlists of mp3 files that are locally on my phone and laptop) (same mp3 files of course).