0x90d / videoduplicatefinder

Video Duplicate Finder - Crossplatform
1.95k stars 187 forks source link

[Bug]: weird naming with mixed persian and english characters in filename #426

Closed rezad1393 closed 1 year ago

rezad1393 commented 1 year ago

Environment

Describe the bug

I am trying to clean up duplicates in youtube videos I downloaded with jdownloader. the address of files is this: /mnt/multimedia/watching-list/فیلمفارسی/ the two files it finds are:

"Topoli - فیلم تپلی (FilmFarsi - فیلمفارسی) 360p 25fps VP9 AAC128-2020.08.18-1h_57m_26s (VxKnqahB5Jg).mkv" "فیلم قدیمی - ‫تپلی با شرکت همایون، مرتضی عقیلی، زری خوشکام ۱۳۵۱ Topoli‬‎ (FilmFarsi - فیلمفارسی) 360p 25fps VP9 AAC128-2019.08.19-1h_57m_26s (Q4MiGUUf9pE).mkv" as you can see the names have english and persian words in them. and the resolution part of the video which is part of filename is 360p in english.

but in videoduplicatefinder app the name is shown as

2023-06-02_21-23

the 360p is shown as ۳۶۰p in persian.

0x90d commented 1 year ago

VDF uses Avalonia as UI framework so this would be an Avalonia issue: https://github.com/AvaloniaUI/Avalonia/issues

rezad1393 commented 1 year ago

should I report it there or do you as the developer report it?