Firstly I am not any sort of programmer and am sort of feeling my way with Python...
I am trying to run the script on my Synology NAS (have installed Python3 app) and am constantly getting the following
root@WilsonSynology:/volume1/music/Converter/PlexPlaylistImporter# python PlexPlaylistImporter.py /volume1/music/Converter/PlexPlaylistImporter/paul_canada.m3u Paul
File "PlexPlaylistImporter.py", line 108
print("Playlist name (Cannot be blank): ", end="")
^
SyntaxError: invalid syntax
As far as I can see I have parsed the existing playlist file path (/volume1/music/Converter/PlexPlaylistImporter/paul_canada.m3u) and also the new plex playlist file (Paul).
The error message seems to refer to the new PLex Playlist name not being recognised.
Can anyone help me?
Firstly I am not any sort of programmer and am sort of feeling my way with Python...
I am trying to run the script on my Synology NAS (have installed Python3 app) and am constantly getting the following
root@WilsonSynology:/volume1/music/Converter/PlexPlaylistImporter# python PlexPlaylistImporter.py /volume1/music/Converter/PlexPlaylistImporter/paul_canada.m3u Paul
File "PlexPlaylistImporter.py", line 108
print("Playlist name (Cannot be blank): ", end="")
^
SyntaxError: invalid syntax
As far as I can see I have parsed the existing playlist file path (/volume1/music/Converter/PlexPlaylistImporter/paul_canada.m3u) and also the new plex playlist file (Paul).
The error message seems to refer to the new PLex Playlist name not being recognised.
Can anyone help me?