Messages - KodeZwerg [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 144next
51
Post New Requests Here / Re: Rename FOLDERS in hierarchy
« on: February 19, 2023, 07:06 PM »
this one remains devoted to KZ's contribution  :Thmbsup:
:-*
Victor, looking forward to your solution!
I am just curious while Vic is busy, ain't my app doing what you wanted it to do?

I tried your program many times on a number of folders.  If simple hierarchy, worked file.  Trouble was, seemed to do nothing on larger folder hierarchies.  Problem could be that the larger folders have path length issues, greater than 255 characters.  Bummer.  If that's the case, probably Victor will run into the same, and come up short.

Long folder/file path problem has plagued me forever.  Wish Windows didn't have the limitation.  What I'm wanting are just the files in the furthest branches.
Added an updated version that should be able to handle paths up to 32767 character length and if it fail a messagebox pops up.
If you are still having interest in my version, feel free to test and please send me an messagebox image since on my system i do not have such a long structure to test.
Old version was limited to 255 chars, you are correct!

52
New download location with updated features.

53
KodeZwerg's Realm / Folder of series by KodeZwerg - v0.0.0.4 released
« on: February 19, 2023, 05:48 PM »
Based on a user request I made a small (very fast) tool.
Its purpose is to create within a folder that has a lot of series many season named sub-folders and move the collection to there.

Exemplary "c:\series\Super.Cool.Stuff.S01E01.With.A.Title.AAC.mp4" would be moved into "c:\series\Super.Cool.Stuff.S01.AAC\"
So all S01 files with same ending (in that case AAC) would be moved into same folder.

Rules:
1. files must be using dots instead of space char.
2. files must have a S00E00 tag, where the numbers can vary from 00 to 99

Patterns:
By default I have external integrated those 480p/576p/720p/1080p/2160p/XviD/HEVC/Rerip/BDRip/AAC/DVDRip/PDTV
The patterns are used to remove any titles from the generated folder name.
Patterns are not a must.
You can easy extend/modify them by editing the (generated) ini file.
Most important is that you follow my example:
[Patterns]
Limit=11
0=480p
1=576p
2=720p
3=1080p
4=2160p
5=XviD
6=HEVC
7=Rerip
8=BDrip
9=AAC
10=DVDRip
11=PDTV
The "Limit" field must be present and telling current maximum entry.
All number from 0 to "Limit" must be present.
To reset everything to its defaults you just need to delete the .ini file and above will be automagical written for you.
(for writing my app needs to have admin rights if you copied it into a Windows protected folder like \Programs\)

Installation:
Extract the archive into any folder of your choice.
Best practice is to put in not in a Windows protected folder like \Programs\
Run the .exe file with Administrator Rights (when you are logged on with an Administrator Account, you do not need to run the .exe in admin mode)
(admin mode/account is needed so my app does have write permission for your local system registry)
Press [Install]
From now on you having a context menu "KZ - Folder of series" available when you right click on any folder.
When you do not need my app anymore just repeat above steps and select [Uninstall] and delete my .exe plus .ini file.
Bild_2023-02-26_003730096.png

Requirements:
Windows 64bit Operating System.

Description:
While my app works, there will be nothing shown, it does do its task in background with fastest methods that Windows offers.
This tool is not created to run on folders that are protected by Windows OS (exemplary \Program Files\ )
When my app is done it show you some information.

Warranty:
I am not responsable for any errors that might damage your system.
By using my app you agree to that.

Bugs:
None known right now.

Snapshot of how it could look like when it has finished a job:
Bild_2023-02-21_113839474.png

Enjoy, its free!

54
Post New Requests Here / Re: Rename FOLDERS in hierarchy
« on: February 19, 2023, 01:54 PM »
Victor, looking forward to your solution!
I am just curious while Vic is busy, ain't my app doing what you wanted it to do?

55
fixed in above post.
bug was a coincidence, my check was, if that element begin with "S" and on given location is also a "E" present, its a S00E00 thing.
now that testing is deeper, checks are done if "00/00" are present as numbers.

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 144next
Go to full version