Messages - nickodemos [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 29next
11
Nope. Leave it as is. Doing "blabla Sxx" leaves me with adding all the extra information. As is what you have done cuts out a good 80% of my work. For that I thank you.

12
It is getting caught on the names of the episodes and creating unneeded folders. I am guessing it looks for E** and then removes it to get a folder name.
Yes, "S00E00" is the only pattern my app is looking for. You sound anyway more awaiting others contribution so I remove mine.

No. Yours is working well. Just a few hiccups. I posted my ideas and would love to follow through.

--edit

And while things are going well right now others who are in the same situation might like another option. Believe me, I will be posting this thread in my signature link media sites so others can come and try what you both are putting out. Already what you have done is going to save me an ungodly amount of time doing things manually. So please keep helping so I can quickly get these season packs combined and uploaded so others can benefit.

13
Hello again! I'm making it as a Windows Explorer menu for ease of use :Thmbsup:

Source code: https://github.com/publicdomain/collect-season

Cheers!
Vic

Love to try it when you're done.

Enjoy it and tell me if it does what you wanted it to do.  :Thmbsup:

Starting folder:
https://i.ibb.co/FHPdTL6/explorer-Ej-S7-Q3r7-Ra.png


After using your program:
https://i.ibb.co/9VpFYVc/explorer-zai8-SEfw-Xs.png


What is actually needed.
https://i.ibb.co/YPgF48r/explorer-tlqa7f-Jld7.png


It is getting caught on the names of the episodes and creating unneeded folders. I am guessing it looks for E** and then removes it to get a folder name.

Maybe removing everything from E** through the common next characters. 480p/576p/720p/1080p/2160p/XviD/HEVC/Rereip/BDRip/AAC/DVDRip/PDTV.

Might be better if they fail if it is not between E** and 480p/576p/720p/1080p/2160p as these are the most common.

Since I will be using this pretty much in the same directories at all times think you can have it create an INI file that can be edited for now to see how it works on my end at catching the names?

And these files failed to be move with the program.

https://i.ibb.co/r7gRrWj/explorer-RHq3lmq1-Mc.png

14
Posted this on a few other forums but they all were locked for various reasons.


mBHgv.png

As the image shows I have many files that I would like to move to proper folders. I need these files to move to these folders. This is just a limited example as I need all files to be moved into their proper season folder.


Y:\TD\_Work\Mobile\Game.Theory.with.Bomani.Jones.S02E02.AAC.MP4-Mobile.mp4
Y:\TD\_Work\Mobile\Gold.Lies.and.Videotape.S01E05.The.Monster.AAC.MP4-Mobile.mp4
Y:\TD\_Work\Mobile\Graveyard.Carz.S16E02.AAC.MP4-Mobile.mp4
Y:\TD\_Work\Mobile\Full.Swing.2023.S01E08.AAC.MP4-Mobile.mp4

Y:\TD\_Work\Mobile\Game.Theory.with.Bomani.Jones.S02.AAC.MP4-Mobile
Y:\TD\_Work\Mobile\Gold.Lies.and.Videotape.S01.The.Monster.AAC.MP4-Mobile
Y:\TD\_Work\Mobile\Graveyard.Carz.S16.AAC.MP4-Mobile
Y:\TD\_Work\Mobile\Full.Swing.2023.S01.AAC.MP4-Mobile


The script needs to be able to read the files name to the season:

Full.Swing.2023.S01
and then move it to the folder:
Full.Swing.2023.S01.AAC.MP4-Mobile.

I have looked through many websites today and many that I found just want to make a folder with the file's name instead of moving it to a season folder.

This is for Windows 10 batch file. Making folders is not necessary but if possible adding that would be even better at saving time.

Also wanted to add that I would be just running this inside only one folder. No need for paths. Just move files into designated folders.

--edit
I was asked to clarify. Not sure where I am not clear.

My current method.
Remove all video files to one directory.
From there move files by hand to previously created directories.
If a new directory is needed I use a files2folders app that is installed.
To get to a proper season format I manually edit the folder's name and remove episode numbers.


@echo off
for %%a in (*.*) do (
md "%%~na" 2>nul
move "%%a" "%%~na"
)


That script is not needed as it does all files into individual folders. I do not need all files in their own folders. Almost every script I found currently is some form of this.


If you looking for more information than this I can not provide more as everything I am doing is done by hand. I know just enough about scripting to modify simple code to suit my needs but beyond that, I am at a loss. My career path was military/construction/nurse. Nothing with coding.

15
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« on: January 13, 2023, 05:55 PM »

Pages: prev1 2 [3] 4 5 6 7 8 ... 29next
Go to full version