Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
with tv show title getting longer and longer, I am sometime unable to determine from which provider the tv show data comes from.
Do you think you could add that little thingy between TV shows and episodes (like already present between episodes and selected episodes, and also between selected episodes and selected files ?
I am re-using this thread for a new feature request.
In the TV Shows search box, would it be possible for your app to ignore punctuation altogether, and just consider letters and numbers.
By ignoring, I mean:
A) if a user inputs any (dots, comma, hypen, colon etc), RMTVS would ignore it in its query (tvdb/tmdb websites do accept such querries).
B) Also if a user does not type those punctuations, RMTVS would still work (even if they're is actual punctuations in show name (S.W.A.T. or 9-1-1, for ex).
I believe it would ease finding more tv shows on first try.
Not a bad idea to ignore punctuation, but it will come with undesired side effects, since the actual search is not executed by RMTV but rather by the data provider (TVDB etc).
Example: S.W.A.T. ...
Searching for S.W.A.T. will give the right TV show(s). However, searching for SWAT will not.
Since most of these data providers work with a database, most likely something like MySQL or MariaDB, you could use "%" as a wildcard. For example search for S%W%A%T - however ... this will only return a (inconsistent) subset of what you would expect.
The only option that would bring up all SWAT variations is by disabling the "Cleanup search results" option.
See how most of these raw results do not even have the phrase "SWAT" in their titles or even descriptions? It is a total mystery why these results are even returned by TVDB (mostly, occasionally TVMaze and TheMovieDB return something goofy as well).
On that note: The cleanup function removes everything that does not include the search term. This is very rudimentary due to SQLite limitations. The "%" character can be used for any character(s) and "_" for a character. Which means that if a result is filter by "%S%W%A%T%", then "S.W.A.T." would be valid, but "Seven Worlds, One Planet" as well. If I would filter by using "S_W_A_T_" then "SWAT" would fail, but "S.W.A.T." would succeed.
Even if we found a perfect filter for S.W.A.T., then this filter will most likely not work for other search queries.
Unfortunately, there is no wildcard option to select zero or one character.
There is an option to add user defined functions for SQLite, however I never got that to work properly.
--- several hours later --- 🤦🏻♂️
I did manage to make a work around in the 2.1.15 beta ... (link) Took me some work to work around the database and search results limitations.
Punctuation is not being ignore, so "S.W.A.T." will produce (if search cleanup is enabled) a list of all shows with "S.W.A.T." in it. However ... if you enter "swat" or "SWAT" then the results will include S.W.A.T. named TV shows. A little quick fix, but basically what it does, is look for results that have one or no characters in between. So I basically try to match a pattern S?W?A?T where "?" can optionally be a character. This may not be super refined of course, but I think it will do for now. If you run into issues, I cam refine the citeria.
I just tried searching swat and 911 (instead of s.w.a.t. and 9-1-1) and it worked !
Great ! 😎
the reason I was asking is a little lazyness on my behalf, and sometime, shows have colon (:) but (as you already know) its a forbiden character in windows. Sometime I try with semi colon (;) which does not work, sometime I have to guess if they put a hyhen, with or without a blank space.
The Beta version really has come a long way from stable.
Thank you again for your dedication.
Later
MfU
ps:Just tried the new feature with NCIS: Los Angeles and NCIS: New Orleans (without the colon) and those too worked. 🤩
I will continue to test the new feature on more "tricky" show titles, but it looks as though you nailed it once again.
See how most of these raw results do not even have the phrase "SWAT" in their titles or even descriptions? It is a total mystery why these results are even returned by TVDB (mostly, occasionally TVMaze and TheMovieDB return something goofy as well).
I am guessing it returns anything with a common letter (anything with a "s", anything with a "w", and so on (which is totally useless)
I am guessing it returns anything with a common letter (anything with a "s", anything with a "w", and so on (which is totally useless)
Yep ... and/or maybe looks for wording in the Show description ... I haven't found any logic to it yet, and the worst seems to be TVDB (as usual). That's why I made the cleanup function 😊
I just tried searching swat and 911 (instead of s.w.a.t. and 9-1-1) and it worked !
Awesome! And laziness = convenience ... so I think it is a good thing to add. While writing the reply yesterday, I was thinking if I needed to refine this a little to just punctuation being added. Right now I allow any character. We will see how this develops in the future 😉
Haha, that is funny - I really did not expect that to work hahah ... cool though! 😂
I'm only adding characters, but maybe it is something to keep in mind if I want to change/improve that function: - first remove all punctuation (which I currently do not do) - look for any matching punctuation/space when filtering
I'll look into that today and see if it is even needed 😉
with tv show title getting longer and longer, I am sometime unable to determine from which provider the tv show data comes from.
Do you think you could add that little thingy between TV shows and episodes (like already present between episodes and selected episodes, and also between selected episodes and selected files ?
Thanks in advance and keep up the good work.
MfU, aka Eminent member 🤣
Hi Hans !
Long time no see
Regarding the everyday usage of the spacing tool, I am experiencing this.
Wanting to expand specifically the leftmost 1st section (TV Shows), I grab the tool and drag it right but it blocks after 1/2 inch or so.
Not nearly enough to achieve intended goal. To expand beyond point of blockage,
I need to play with the 2nd spacing tool (between 2nd and 3rd sections, Episodes and Selected Episodes respectively,
to make way for 1 section expansion.
Would it be possible that all 3 spacing tools be able to scroll left and right freely, without being blocked by neighbouring section's own limit?
I'll have to look at that. Already did 2 attempts to take a look, but I keep getting interrupted haha ... I know this has been a "thing" for me as well - it's a real pain in the [BEEEEEP] 😉
Alrighty - had to resolve a few issue ... sorry for the late response. There is no easy answer for this I'm afraid, so let's discuss ...
Again: the use of these "splitters" is a pain in the [beep] 🤣 Without blocking, another section(s) may get too small, preventing one from reading the content there or prevent access to certain buttons.
Another thing is that the splitter only allows a section to be split in 2 pieces.
So in RMTV: One section splits shows and episodes, another section splits selected episode/files, and both these are in a 3 section. I hope that makes sense haha ... I have a hard time explaining it, but I'm sure you see what I'm trying to say.
Now, to make things function better, I'd probably have to look and see how to change the layout. Note sure if you ever used the previous version (v1), but there you see I used tabs to get more space.
My original flow was:
- Find and Select the TV Show - Select Episodes and Files - Rename
Obviously I had to find out that plenty users expect to use RMTV differently - hence the flexibility that has been build in to work in different ways.
I can still see TV SHOWS and EPISODES to be on top of each other with tab sheets. This would give twice the width to find shows and select episodes.
Find Any File (FAF) [Shareware] Find any File, even when Spotlight fails (eg. your network shares)
HandBrake Great tool for ripping DVD's and converting video.
Osceola, WI My other home-town ... love living there! Osceola rocks!
WinRAR My favorite file compression/decompression tool. Fast, efficient, and support quite a lot of formats. Unfortunately ... NOT free.
MalwareBytes Probably one of the best tools to prevent and remove all kinds of malware and viruses on Windows and MacOS X.
SpeedOf.me Test the speed of your Internet connection
Links Page These and more of our favorite links can be found on the Links Page.
New Downloads
ConnectMeNow4-v4.0.18-macOS-x86-64.dmgDate: 2024-04-24 - Size: 3.5 MBVersion 4 of ConnectMeNow - A tool for more convenient mounting of network shares under macOS. This is the Intel version which works on Intel and Apple Silicon Macs.
ConnectMeNow4-v4.0.18-macOS-arm64.dmgDate: 2024-04-24 - Size: 3 MBVersion 4 of ConnectMeNow - A tool for more convenient mounting of network shares under macOS. This is the Apple Silicon version (not suitable for Intel).
MiniWOL2 MacOS (64 bits Apple Silicon)Date: 2023-08-01 - Size: 1.2 MBminiWol is a simple, but effective application to send Wake On LAN to network devices. This is the signed 64 bit MacOS ARM (Apple Silicon) version.
MovieScanner2-2.2.3-Windows-32bit-setup.exeDate: 2023-04-12 - Size: 18.6 MBA small application that uses FFProbe to scan your video files and logs these details in a small database. This is the 32 bit Windows version.
MovieScanner2-2.2.2-Linux-GTK-64bits.tar.gzDate: 2023-04-11 - Size: 29.2 MBA small application that uses FFProbe to scan your video files and logs these details in a small database. This is the 64 bit Linux version for GTK.
MovieScanner2-2.2.2-Linux-QT5-64bits.tar.gzDate: 2023-04-11 - Size: 29.1 MBA small application that uses FFProbe to scan your video files and logs these details in a small database. This is the 64 bit Linux version for QT5.
Downloads Page Find these and more Downloads on the Downloads Page, where you will also find articles references, operating system requirements and categories.
Amazon Ads
Support us by doing your shopping at Amazon.com, either click the link, or click one of the links below …
You can also sponsor us through these Amazon offerings:
Please consider disabling your ad blocker for our website.We rely on these ads to be able to run our website.You can of course support us in other ways (see Support Us on the left).