LimeDrive / stream-fusion

Addon Stremio optimisé pour le streaming francophone. Intègre indexeurs torrents, services debrid et fonctionnalités avancées pour une expérience de streaming fluide.
https://docs.stremio-stack.com/StreamFusion/streamfusion/
MIT License
14 stars 1 forks source link

[Feature] Add addition titles search language. #26

Open ericvlog opened 2 months ago

ericvlog commented 2 months ago

Hello, i been using stream-fusion few weeks, it always give me accurate result of titles search language.

Is possible add addition titles search for Chinese, Russians, japan, Koreans ?

below is logs from stream-fusion which show it parse title correct in language "English, French"

matching titles: ['The Monkey King 2', 'Le Roi singe  2', 'The Monkey King 2']

get_results Retrieved media metadata: ['Ride On', 'Ride On', 'Ride On']

 matching titles: ['Angel Heart', '天使心', 'Angel Heart']

Thanks.

LimeDrive commented 1 month ago

Languages give me headaches; the fact is that to optimize stream-fusion for the French language, I perform a sort on multi-releases with known group names. Therefore, it will be difficult to integrate other languages without reworking the regex. Other plugins, such as Comet for example, are more generalist in terms of content and languages.

I'll see what I can do when I have a moment anyway.

ericvlog commented 1 month ago

Languages give me headaches; the fact is that to optimize stream-fusion for the French language, I perform a sort on multi-releases with known group names. Therefore, it will be difficult to integrate other languages without reworking the regex. Other plugins, such as Comet for example, are more generalist in terms of content and languages.

I'll see what I can do when I have a moment anyway.

Thanks for the reply ya, even I no french but I use your addons without any problem ! Appreciate your effort of making this stremio addons.