@bornheim wrote:
Just beginning with flexget, my config.yml is pretty straightforward:
tasks: TvHD task: rss: https://... series: - Pine Gap transmission: host: *** port: *** username: *** password: ***
Unfortunately all entries end up "undecided":
Parsing series: `TvHD 1082528 1082504 Pine.Gap.S01E06.1080p.HDTV.H264-CBFM` kwargs: {'name': None} Parsing result: <SeriesParser(data=TvHD 1082528 1082504 Pine.Gap.S01E06.1080p.HDTV.H264-CBFM,name=Tvhd 1082528 1082504 Pine Gap,id=(1, 6),season=1,season_pack=None,episode=6,quality=1080p hdtv h264,proper=0,status=OK)> (in 41.806999999998595 ms)
When I dump the undecided entries I get:
title : TvHD 1082528 1082504 Pine.Gap.S01E06.1080p.HDTV.H264-CBFM
The source of the RSS feed looks like this:
<title><![CDATA[TvHD 1082528 1082504 Pine.Gap.S01E06.1080p.HDTV.H264-CBFM]]></title>
I guess the problem is that the RSS feed prefixes the title with "TvHD 1082528 1082504", which is the name of my RSS feed and some IDs local to the tracker. Can I somehow delete the prefix so that the series plugin only sees the real title?
Posts: 2
Participants: 1