Wiki: https://flexget.com/ Forum: https://discuss.flexget.com/ Bugs: https://github.com/Flexget/Flexget/issues | Got a problem? Upload logs and config to a paste service
gazpachoking on clean
Automated ChangeLog update (compare)
FlexGet-Bot on master
Automated ChangeLog update (compare)
FlexGet-Bot on develop
v3.3.24 Prepare v3.3.25.dev (compare)
FlexGet-Bot on v3.3.24
FlexGet-Bot on master
Prepare v3.3.24.dev Update README.rst Remove link … v3.3.24 (compare)
gazpachoking on develop
Update README.rst Remove link … (compare)
gazpachoking (discord)
Looks like it isn't at the moment
gazpachoking (discord)
In any case, your solution seems reasonable
BrutuZ (discord)
The odd thing is that when I ran black on that file manually it didn't change anything
BrutuZ (discord)
Was going for a "make pre-commit happy" commit (even though pre-commit should be running locally already) just to pass the test, turns out I couldn't
gazpachoking (discord)
It just wanted an extra newline somewhere.
gazpachoking (discord)
You might need to pull or rebase from develop
gazpachoking (discord)
Or, I could just click merge. Lemme double check it
BrutuZ (discord)
Shouldn't be, my launch script install both requirements files with every update
gazpachoking (discord)
No, it was nothing in your branch, the problem was on develop branch when you made your commit.
gazpachoking (discord)
Develop was already failing
gazpachoking (discord)
Made one comment on your PR, other than that it looks good
aidan (discord)
Heyo, is it possible to get some 👀 on this PR? Flexget/Flexget#3415 It's pretty straight forward
gazpachoking (discord)
Dunno if we want/need a dep, but this library just added support. https://github.com/pkkid/python-plexapi/releases/tag/4.11.0
gazpachoking (discord)
It's different than playlists
gazpachoking (discord)
There are a bunch of trailers that you can browse on plex now, and I want to be able to add them to my watchlist from the plex interface, then have flexget add them to my movie queue
BrutuZ (discord)
I see, wasn't aware of these. Very rarely do I use a Plex app, usually limited by the godawful web-interface just to manage metadata and Kodi
gazpachoking (discord)
Oh, they do have it in the web app, but not the version bundled with pms
gazpachoking (discord)
You have to go to plex.tv
gazpachoking (discord)
Especially if it means I can control my auto-downloads more easily from the plex interface
BrutuZ (discord)
Having a really hard time escaping a re_replace capture group with \
within Jinja for about an hour, any advice?
"{{title|re_replace('([\\][_*()~`>#+=|{}.!-])', '\\\\1')}}"
That works for replacing the captured character with itself, but no matter how many slashes I add, I can't get it to replace ]
with \]
on the title
slim (discord)
Hey guys, I'm getting this error when I start the daemon "The zone attribute is specific to pytz's interface; please migrate to a new time zone provider. For more details on how to do so, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html"
slim (discord)
(flexget) pi@raspberrypi:~ $ flexget daemon start -d
2022-05-20 16:30:35 INFO manager Daemonizing...
2022-05-20 16:30:35 INFO manager Daemonize complete. New PID: 2779
(flexget) pi@raspberrypi:~ $ flexget daemon status
There does not appear to be a daemon running.
Currently stuck here, what's the best way to debug? I've tried all the different levels of loglevel but I can't seem to see what's causing it to crash
slim (discord)
2022-05-20 16:44:15 INFO manager Daemonizing...slim (discord)
nothing after that
antivirtel (discord)
Hi, I've just seen this: https://flexget.com/Plugins/series/season_packs - is there a way to enable this globally for all series? Adding it to the global template like this doesn't seem to work:
templates:
global:
series:
season_packs: always
Thanks!
BrutuZ (discord)
Just make up your own
BrutuZ (discord)
Call it whatever you like: all, default, potato...
antivirtel (discord)
Hm, I just realised they're already in a group :)
BrutuZ (discord)
Neat, makes it a single line implementation 🙂
Ram-Z (irc)
i.e. the selected entry failed to download, I'd like to try again the same episode with a different entry.