Charles Machalow
Charles Machalow
Maybe there can be a flag structure or something like that passed to the enumerator to not be as bad an update. I'm not even sure how to see the...
Found a 'cheap' way to do this: ``` In [1]: from box import Box In [2]: box_data = Box(box_dots=True, default_box=True) In [3]: box_data.a.b.c = 1 In [4]: box_data.a.b.c Out[4]: 1...
Is it a matter of calling ```install()``` later in time or at a later place in startup? I could just have a thread go and do it after some amount...
Interesting. Can you elaborate a bit on why it doesn't work for the first one? I'm just curious.
Seeing the exact same error as well. In my case it would appear as though some files are empty... those are likely the ones causing issue: ``` -rw------- 1 app...
Also raised: https://github.com/pallets/cachelib/issues/21 since at the cache layer this could (should) also be handled.
Folks, this isn't needed. If you dig into `FileSystemCache`, you'll find that `.set()` has an argument for timeout that is always set to `total_seconds(app.permanent_session_lifetime)`. Just set `app.permanent_session_lifetime`
Hmm... i wonder what that does. Does dizqueTV up-scale content to the bitrate parameters in the ffmpeg settings tab then send it to Plex... which could then transcode again? ......
@christiansandberg , I think so. Opened #278 to use that. Thanks!
Could we change status() to give an IntFlag instead of raw int? That would be nice, but may not be fully backwards compatible.