Kieran E

Members
  • Posts

    6
  • Joined

  • Last visited

Kieran E's Achievements

Noob

Noob (1/14)

0

Reputation

  1. That's actually relatively new, so there's a chance it wasn't there when you first deleted it! Anyway, if anything else comes up just let me know! I've been working on some cool stuff lately and you can see the recent release notes here
  2. @karldonteljames Sorry for the delay - I didn't get an email for this reply! I've made sure to update my notifications settings for this thread Depends how they were deleted. If the media item record was deleted it should automatically get picked up on next index. If the file was deleted but the media item record still exists, you can search for that record and click "Force Download" under the "Actions" menu That's very strange! It sometimes takes up to 30 minutes for new media to get returned by yt-dlp, but it definitely should've caught up by now. I see that in the original_url field, the URL ends in ?list= but doesn't actually contain the playlist ID - was that an intentional redaction?
  3. Release v0.1.4: [Feature] RSS feed for sources [beta] by @kieraneglin in #110 This is a big one [Enhancement] Show total count of downloaded media on Source page by @kieraneglin in #134 [Enhancement] Disable Index Frequency field when fast indexing is enabled by @kieraneglin in #135 [Bugfix] updated fast indexing to respect title filter regex by @kieraneglin in #136 ---------------- I'm really excited for this one. Now you can use Pinchflat to serve content to your favourite podcasting app! Podcasting apps are great for consuming content because they automatically stay up-to-date, save your progress, sync between devices, support offline consumption, and more! Check the docs on how to set this up: https://github.com/kieraneglin/pinchflat/wiki/Podcast-RSS-Feeds-(beta)
  4. Pinchflat is your next YouTube media manger Github: https://github.com/kieraneglin/pinchflat Docs: https://github.com/kieraneglin/pinchflat/wiki Github Container Registry (preferred): https://github.com/kieraneglin/pinchflat/pkgs/container/pinchflat Docker Hub: https://hub.docker.com/r/keglin/pinchflat If you find something wrong with the app, please make an issue on Github! If you need basic support, consider posting here. Ongoing release notes: https://github.com/kieraneglin/pinchflat/releases
  5. For people having trouble getting ltconfig working: you need to build the plugin in the container. Open a container console and make a new folder like '/config/pluginbuilder' 'cd' into that folder git clone this repo: https://github.com/mhertz/deluge-ltconfig git checkout the 2.x branch run the build command: 'python setup.py bdist_egg' copy the resulting file in the /dist directory to /config/plugins restart the container