ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > KodeZwerg's Realm

Folder of series by KodeZwerg - v0.0.0.4 released

(1/1)

KodeZwerg:
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
--- End quote ---
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.
Folder of series by KodeZwerg - v0.0.0.4 released

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:
Folder of series by KodeZwerg - v0.0.0.4 released

Enjoy, its free!

KodeZwerg:
While I was fixing another app that uses mostly same technique, I've also updated this project.
I technical removed 255 char limit for filepath/filename and opened it to have a max of 32767 characters.

Since I do not have on my system such long names, I am unaware if it properly runs,
from side of logic it should :-[

New app in first Post.

KodeZwerg:
Fixed logical bug, I apology for that.
Microupdate
 - added version info
 - changed final dialog

KodeZwerg:
0.0.0.4 release
Changes:
 - Install menu now offers Context or SendTo as target for installation.

Navigation

[0] Message Index

Go to full version