Normal
Thanks for the answer, here is the viewConfig line for one of my views (if that's what you asked for)series<;><Series.ViewTags>;like;%|Series|%<;><;><nextStep>season<;><;><Season.seasonIndex>;asc<;><nextStep>episode<;><;><Episode.EpisodeIndex>;asc<;>From what I gather by looking at it, I'd need to replace Series.ViewTags by the Series.'path property' (if it exists) and look for the nas letter at the start (p: and s: )I tried looking in the db but I don't see any path in the local_series table, only in the local_episodes table.
Thanks for the answer, here is the viewConfig line for one of my views (if that's what you asked for)
series<;><Series.ViewTags>;like;%|Series|%<;><;><nextStep>season<;><;><Season.seasonIndex>;asc<;><nextStep>episode<;><;><Episode.EpisodeIndex>;asc<;>
From what I gather by looking at it, I'd need to replace Series.ViewTags by the Series.'path property' (if it exists) and look for the nas letter at the start (p: and s: )
I tried looking in the db but I don't see any path in the local_series table, only in the local_episodes table.