taiga icon indicating copy to clipboard operation
taiga copied to clipboard

Setting a search result as now playing

Open ShrinivasVishal opened this issue 6 years ago • 2 comments

When taiga does not recognize an anime and the suggested titles do not actually contain the correct episode, we need to manually add the file name to the alternative title list.

Instead of this when searching with the name a right click option "This is now Playing" or something similar would be great to automatically add the name in the pattern taiga recognized it.

I have noticed when the file name contains the word "episode" (eg : Citrus+Episode+3.mp4) Taiga does not recognize it. This would be a way to resolve this and similar issues. Screenshot_1

ShrinivasVishal avatar Jul 03 '19 10:07 ShrinivasVishal

If you mean searching online because Taiga's local anime database doesn't have the correct series yet, we can probably retry the identification process once the search results are in, so that the user doesn't have to go through a menu. I think something like this is already in place for another case.

If you mean filtering your list for an existing anime, it makes sense to add "Set as now playing" as a context menu item.

Your example Citrus+Episode+3.mp4 has a different problem, though. Looks like Anitomy cannot parse that filename correctly.

erengy avatar Aug 02 '19 15:08 erengy

Anitomy's development branch can now parse Citrus+Episode+3.mp4 correctly. This will be available in v2.

>anitomy "Citrus+Episode+3.mp4"
┌─────────────────────────┐
│ Element        │ Value  │
│─────────────────────────│
│ title          │ Citrus │
│ episode        │ 3      │
│ file_extension │ mp4    │
└─────────────────────────┘

I'll keep the issue open for the UI-related suggestion.

erengy avatar Jan 07 '24 15:01 erengy