Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added simple renameSessions PS-script #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patschi
Copy link

@patschi patschi commented Oct 20, 2019

Simple PS script to rename files "SID.mp4" to "SID - Title.mp4"; e.g. useful when downloaded each session of the sessions list individually through the browser one by one ("Save link as").

When only having a folder full of MP4 files named after the session ID, it is quite hard to identify the topic about each file. So I've just written a script (with stolen parts from the downloadSessions.ps1 ;)) to rename them automatically based on the us.txt file.

PS C:\somepath\vmworld> wget https://raw.githubusercontent.com/lamw/vmworld2019-session-urls/master/us.txt -OutFile us.txt
PS C:\somepath\vmworld> .\renameSessions.ps1
Renaming ADV1337BU...
Renaming UEM1460BU...
Renaming HBI1729BU...
Renaming HBI1743BU...
[...]

Simple PS script to rename files "SID.mp4" to "SID - Title.mp4"; e.g. useful when downloaded each session of the sessions list individually through the browser one by one ("Save link as").
Copy link

@MrTechGadget MrTechGadget left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be a welcome addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants