Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card style in article/torrent list #22

Closed
P0bo opened this issue Apr 26, 2024 · 13 comments
Closed

Card style in article/torrent list #22

P0bo opened this issue Apr 26, 2024 · 13 comments
Labels
enhancement New feature or request

Comments

@P0bo
Copy link

P0bo commented Apr 26, 2024

A card layout similar to this

Screenshot_2024-04-24-03-27-32-224_io.nichijou.flutter.mikan-edit.jpg

  • For the icon, we can have the website logo (similar to readyou)
    Screenshot_2024-04-26-22-10-18-336_org.cromite.cromite-edit~2.jpg

  • For those websites that don't have any logo, we can have the first character of the article name (not the symbols) the Chinese or English or whatever language first character
    Screenshot_2024-04-26-22-11-35-693_me.ash.reader-edit.jpg

  • (Some people may not like the idea of having the website logo in the article list so we can make it optional, so even if the website has any logo, the article list will show the first character instead of the logo by default)

  • For the name, we can have the feed name
    Screenshot_2024-04-26-22-20-19-230_com.skyd.anivu-edit.jpg

  • For the secondary text under the name
    Screenshot_2024-04-24-03-27-32-224_io.nichijou.flutter.mikan-edit~3.jpg

, we can have elapsed time. For example, "10 minutes ago," "1 hour ago," "1 day ago" (but not two types together like "1 hour and 45 minutes ago" or "1 day 10 hours ago")
Screenshot_2024-04-26-22-12-36-374_xyz.luft.tachiyomi.mi.debug-edit~2.jpg
Screenshot_2024-04-26-22-12-36-374_xyz.luft.tachiyomi.mi.debug-edit~3.jpg

  • For the article title, as usual, the article title as it is

  • For the tags, we can have it optional like show tags or show the description.

  • Text inside these (| |) symbols can be used as tags.
    Screenshot_2024-04-26-20-55-57-002_com.skyd.anivu-edit.jpg

@P0bo
Copy link
Author

P0bo commented Apr 27, 2024

Tag Extraction Rule From Title

Important:Not case sensitive; for example Dual Audio and dUAl auDiO should me considered same

Important: even if the characters match sequentially the keywords are valid ; for example if the title is bla-bla-blablaMulti Subsblabla the Multi Sub keyword is valid/or if the title is blabalalaDuAl-aUdiO the Dual-Audio tag is valid

important:space between the letters of keywords are crucial; for example the space from h 264 between h and 264 is important

Audio Codecs:

Audio Codec Keywords
AAC AAC
AC3 AC3
DTS DTS
DDP Ddp
FLAC FLAC

Video codecs

Video Codec Keywords
AVC AVC,H.264, x264,H 264
AV1 AV1
HEVC HEVC,H.265, x265,H 265

(Added AV1 later as I forgot to add it before )

Quality

Resolution Keywords
480p 480p,854x480
720p 720p,1280x720
1080p 1080p,1920x1080

Audio channel numbers

Audio Channels Keywords
Dual Audio Dual Audio,Dual-Audio,DualAudio
Multi Audio Multi Audio,Multi-Audio
Dub Dub

Multi Subtitle indicator

Subtitle Channels Keywords
Multi-Subs Multi-sub,Multi Sub(Also covers Multiple Subtitle),Multiple sub,Multiplesub,Multisub

Color Depth

Color Depth Keywords
8-bit 8bit,8-bit,8 bit
10-bit 10bit,10-bit,10 bit

Source

Tag Video Source Keywords
BD Blu-ray Discs BD,BluRay,Blu-ray (BD keyword already covers BD-RIP and BD RIP since both have BD in them)
WEB DL Digital Streaming WEB-DL , WEB DL ,Webdl
TV Television Broadcasts TV
DVD DVDs DVD (DVD keyword already covers DVD-RIP and Dvd rip
Web-Rip Webrips Webrip,Web-Rip,Web Rip

Video File type

Tag File Type Keywords
Mkv Matroska MKV
Mp4 MPEG-4 MP4
TS MPEG-2 mpeg2,mpeg-2

Note: I should also mension that usually names contain .ts [(dot)ts] but some anime names start with ts so it isn't quite accurate.For example if the name is 1080p.tsukimichi the tag will detect .ts

Subtitle styling

Tag Subtitle Type Keywords
SRT SubRip SRT
ASS Advanced SubStation Alpha ASS
SSA SubStation Alpha SSA
PGS Presentation Graphic Stream PGS

@SkyD666 SkyD666 added the enhancement New feature or request label Apr 27, 2024
@SkyD666
Copy link
Owner

SkyD666 commented Apr 28, 2024

One question, how do I match tags in different languages?

@P0bo
Copy link
Author

P0bo commented Apr 28, 2024

One question, how do I match tags in different languages?

I'm not sure if I'm understanding it right , but if u are saying that how to match tags if the title is in different language then : The tags are always provided in English even if the rest of the name is in different languageScreenshot_2024-04-28-11-16-21-747_org.cromite.cromite.jpg

Screenshot_2024-04-28-11-07-47-240_org.cromite.cromite.jpg

@P0bo
Copy link
Author

P0bo commented Apr 28, 2024

I forgot to add video file type and subtitle style tag initially, just edited and added it. I'm mentioning just in case u miss it .

@SkyD666
Copy link
Owner

SkyD666 commented Apr 28, 2024

Subtitle language is multilingual, e.g. 简体、繁日双语

@P0bo
Copy link
Author

P0bo commented Apr 28, 2024

I don't have much knowledge of languages besides English, I have added most of the unique English keywords. However if someone has knowledge of other languages can also contribute for unique keywords. While most of the torrents no matter what language provides English abbreviations, sometimes they use native language tags, if other people contribute too it will be really helpful.

If u have free time can u please add unique keywords matching the tags for the language (I suppose it's Chinese) u are familiar to? U can take ur time.

@P0bo
Copy link
Author

P0bo commented Apr 30, 2024

Video codecs

Video Codec Keywords
AVC AVC,H.264, x264,H 264
AV1 AV1
HEVC HEVC,H.265, x265,H 265

(Added AV1 later as I forgot to add it before )

@P0bo
Copy link
Author

P0bo commented May 2, 2024

Ddp added

Audio Codecs:

Audio Codec Keywords
AAC AAC
AC3 AC3
DTS DTS
DDP Ddp
FLAC FLAC

@cauxar
Copy link

cauxar commented May 19, 2024

@SkyD666 i suppose u are working on the player currently,bcan u please implement this next time ?
Or better can u please implement it parallel to the player improvement, it'd add a lot to the experience of using the app

I used that app with the layout and i fell in love with it , a really good implementation.

@Ripl0gic
Copy link

Did the dev forget it ?

It's been around a month since the issue was made.
Still not sure when it'll come , i really liked the card layout just hoping he didn't forget it and will add soon ♥️

@SkyD666
Copy link
Owner

SkyD666 commented May 22, 2024

Did the dev forget it ?

It's been around a month since the issue was made.
Still not sure when it'll come , i really liked the card layout just hoping he didn't forget it and will add soon ♥️

I've been a bit busy lately, so the development speed may be slow.

@Ripl0gic
Copy link

Ohh i c , good luck 🤞.
If u're done/free from ur work/studies again please look at the issue

@P0bo P0bo closed this as completed Jun 4, 2024
@P0bo
Copy link
Author

P0bo commented Jun 4, 2024

Moved to #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants