hacktek

Results 7 comments of hacktek

Answering my own question here, seems I was able to do it like this: $ jshon -n {} -i snippet -a -n {} -p -s 12345 -i playlistId -p -a...

Any progress on this one? I currently still use ombi as the backend, implementing this would make me switch to the mellow backend.

This is definitely a widespread issue of some sort. I just started getting this and as stated above, resetting the bot token didn't fix it. Contrary to the comment above,...

I don't want to kick due to any transcode though, I'm fine with people transcoding for valid reasons such as subs or codec support, it's the stubborn I want to...

No, much simpler. In Tautulli you can see the quality profile. When someone has the quality set to something that isn't original and they're transcoding because their settings are poo...

Here's an example of someone doing it wrong as they're purposely lowering the quality to 4 Mbps. This is the scenario that drives me nuts as this person has 100...

Seems like somewhat of a trivial change in get_media ``` def __get_media(self, section_type,section_ids): sections = self.__get_sections_by_type(section_type) media_list = [] print(sections) for section in sections: if section.key in section_ids: for media...