topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 4:08 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

Author Topic: Folder of series by KodeZwerg - v0.0.0.4 released  (Read 2526 times)

KodeZwerg

  • Moderator
  • Joined in 2018
  • *****
  • Posts: 718
    • View Profile
    • Donate to Member
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.pngFolder 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:
Bild_2023-02-21_113839474.pngFolder of series by KodeZwerg - v0.0.0.4 released

Enjoy, its free!
« Last Edit: February 25, 2023, 05:38 PM by KodeZwerg »

KodeZwerg

  • Moderator
  • Joined in 2018
  • *****
  • Posts: 718
    • View Profile
    • Donate to Member
Re: Folder of series by KodeZwerg
« Reply #1 on: February 19, 2023, 07:14 PM »
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

  • Moderator
  • Joined in 2018
  • *****
  • Posts: 718
    • View Profile
    • Donate to Member
Re: Folder of series by KodeZwerg
« Reply #2 on: February 20, 2023, 07:45 PM »
Fixed logical bug, I apology for that.
Microupdate
 - added version info
 - changed final dialog
« Last Edit: February 21, 2023, 04:42 AM by KodeZwerg »

KodeZwerg

  • Moderator
  • Joined in 2018
  • *****
  • Posts: 718
    • View Profile
    • Donate to Member
Re: Folder of series by KodeZwerg - v0.0.0.4 released
« Reply #3 on: February 25, 2023, 05:39 PM »
0.0.0.4 release
Changes:
 - Install menu now offers Context or SendTo as target for installation.