Draper
Draper
### Description of the changes Users are now allowed to set port to `-1` which will automatically set the connection ports to `80/443` depending on the security settings. Sorry but...
Current implementation of `MenuPages.show_checked_page()` is the following: ```py async def show_checked_page(self, page_number): max_pages = self._source.get_max_pages() try: if max_pages is None: # If it doesn't give maximum pages, it cannot be...
**We currently only support indexers with IRC announces.** # Indexer request - Do they have irc announce? Yes - Link to existing `autodl-irssi .tracker` file: Haven't found any ### If...
You still need to do the following: 1 - Create a docker image based on the tag. 2 - Add the repo secrets 3 - Look at https://github.com/docker/metadata-action for automated...
### Discussed in https://github.com/piccolo-orm/piccolo/discussions/683 Originally posted by **Drapersniper** November 21, 2022 ```py class Track(Table): track_id = BigInt(primary_key=True) class Playlist(Table): id = BigInt(primary_key=True) tracks = M2M(LazyTableReference("TrackToPlaylist", module_path=__module__)) class Album(Table): id =...
### Description of the changes As discussed with @TrustyJAID ### Have the changes in this PR been tested? No
Query the Plex API to see what tasks are active; if there's a scan already in progress, wait for it to complete before sending the next one. For reference: https://www.plexopedia.com/plex-media-server/api/server/activities/
Make sure to read through the changes, I didn't sanity-check it when moving from the d.py 2.0 branch The cog had version 1.8.3, and this branch now has 1.9,0 so...
Depends on #119