diff --git a/ipod-shuffle-4g.py b/ipod-shuffle-4g.py index a96a436..af9adde 100755 --- a/ipod-shuffle-4g.py +++ b/ipod-shuffle-4g.py @@ -589,6 +589,9 @@ class Playlist(Record): for i in self.listtracks: path = self.ipod_to_path(i) position = -1 + if self["listtype"] == 1 and "/iPod_Control/Podcasts/" in path: + print ('not including podcast in master playlist: {}'.format(path)) + continue try: position = tracks.index(path) except: