pynfogen icon indicating copy to clipboard operation
pynfogen copied to clipboard

Scriptable MediaInfo-fed NFO Generator for Movies and TV

Results 5 pynfogen issues
Sort by recently updated
recently updated
newest added

Without a DE/WM/GUI installed, the command xdg-open may not be available, hence the commands like `nfo template explore` will fail.

bug

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

``` > nfo generate -tvdb 305074 -imdb tt5626028 My.Hero.Academia.S06E01.1080p.CR.WEB-DL.DDP2.0.H.264-GROUP.mkv episode 1 "My Hero Academia" 6 Traceback (most recent call last): File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...

bug

Fixes `NoneType` is not subscriptable for `self.bitrate = self._x.other_bit_rate[0]`

Fix below ``` - English, , DD 5.1 @ 640 kb/s (CBR) ``` to ``` - English, DD 5.1 @ 640 kb/s (CBR) ```