If iTunes specific tags ( which seem to have become standard now for tagging TVShows ) are not available it still leads me to believe Artist should not be used for episode title.
Other apps such as JRiver use Artist for TVshow name and Album for Episode name because they dont have Folder name hard coded into TV Show name.
@Sanders1, is this that may be chaned in the near future or should I just modify existing agent ? If so can you please point me where I can change this ?
I’ve tried last night to change line 492 of the PersonalMedia.bundle/Contents/Code/init.py to:
<br />
#Title from name atom<br />
try:<br />
title = tags["\xa9alb"][0]<br />
item.title = title<br />
except: pass<br />
But it did not make any difference. Title of the episode was still read the same.