Expose file's bit depth in feed name (if known)

Issue #19 resolved
dgw created an issue

Currently, I am following a couple of shows that are being released in both 10-bit and 8-bit versions. Shana Project's present item titles only say, e.g., "Shingeki no Kyojin - 1 HD [Hatsuyuki-Kaitou]", which means that if I want automatic downloads both 8- and 10-bit files get dumped into the same folder.

If the SP feed items would say e.g. "Shingeki no Kyojin - 1 HD 10bit [Hatsuyuki-Kaitou]" then I could create two filters, one including the "10bit" flag and one without (specifying "Not: 10bit"), and auto-download the files to separate folders.

Having separate folders is useful for things like playing anime with MALUpdater, which can get confused and play different bit depth files while watching a sequence of episodes.

Comments (4)

  1. dgw reporter

    Also thinking about whether exposing the resolution (if known) would be useful. Say, if someone wants to download both 720p & 1080p releases.

  2. Shana Project repo owner

    Both good points and easy to implement. I'll looking it doing as soon as I get a chance.

    Also, sorry for the delay in responding.

  3. Shana Project repo owner

    Implemented in 1ad5e38

    Replaced HD with either 720p or 1080p Added Hi10P for 10bit releases Added BD for bluray releases

    All tags other than title and episode are in square brackets. So if you want to do a match, do it on [Hi10P] for example.

    Also, moved the production server over to using Git (from SVN).

  4. Log in to comment