topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday June 5, 2024, 5:02 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1] 2 3 4 5 6 ... 10next
1
Wouldn't that all be fixed by handling strings as Unicode?

Hello & good day! You're right with your spot-on Unicode observation... yet, in this case, this particular app needs to have the lesser character pool to compare words in the movie title; we are currently folding characters to ASCII in order to help keep the program's complexity reasonable -- according to our standards, that is :)

Certainly, other implementations of fuzzy movie file name comparison can do it differently; it's just that we are really streamlining things here for our purposes... The lesser, the better in this case
2
PublicDomainVic / Re: AnyHandler ALPHA 5 + Usage video
« Last post by paradisusvic on Today at 01:49 AM »
The latest ALPHA 5 version of AnyHandler is out, along with an accompanying usage video:


Video:
https://www.youtube.com/watch?v=sYd_G2JmFKA





The renaming program used is "Bulk Rename Command Line" / BRC:

https://www.s3.tgrmn.com/bru/BRC_Unicode_32.zip



A reminder of program notes:

  • Activation needs the user to log off / restart.
  • App directory should not have spaces (e.g. C:\AnyHandler).
  • {src} = Source directory.
  • {dst} = Destination directory.

Cheers! :Thmbsup:
3
Wouldn't that all be fixed by handling strings as Unicode? Because stripping 'non-ascii' from titles would mean significant information being removed from these titles :huh:
4
Dark Lady of Kung Fu µûŸoÓ° (1981) º£°¶°æ.avi.torrent

You're correct: pre-processing throws an error when processing such odd titles.

The easy way out would be to strip non-alphanumeric characters in the traditional file-friendly way ("[^A-Za-z0-9_. ]+") but it can lose some title-delimiter information in the process.

I'm fixing it by keeping the processing "as is" for the correct file names while stripping bit by bit when reaching the ones that throw the error.
5
Hello & good day @yutils

Just throwing an idea here: a possible workaround would be to record the mouse movements with a macro recorder software and then replaying it to repeat selecting the same size and location again as needed :up:

Cheers!
6
Learned something there - thanks :up:
7
program crashes on more characters:

Dark Lady of Kung Fu µûŸoÓ° (1981) º£°¶°æ.avi.torrent

Thanks for the report

Next version is going to strip the remaining non-foreign-language characters for internal comparison --while caching the original title for output/display :)
8
Living Room / Re: Do good mice still exist? Looking for recommendations.
« Last post by TerminalFin on June 01, 2024, 10:30 PM »
My Logitech MX Master series mouse is amazing. I used to be a huge advocate for trackballs, and likely still would be, if it weren't for the multi-system support of the MX series.
9
program crashes on more characters:

Dark Lady of Kung Fu µûŸoÓ° (1981) º£°¶°æ.avi.torrent
10
No problem, I'm happy with the latest beta for now :)
I guess it would be nice if the person who made the help file could update it with contents about the new features for the release version, too.
Pages: [1] 2 3 4 5 6 ... 10next