topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 10:41 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TomD101 [ switch to compact view ]

Pages: [1]
1
Hello all,
if something matching the following description exists already, please let me know. I would not even know how to formulate the fitting question.
My problem:
At my office we are switching from a quite open XP environment to a totally lockdown Windows 7. We can work with some allowed applications, but executing any other exe file is prohibited. Drive C with programs and OS is hidden, installing anything is not possible. User rights are restricted. Just imagine any no-fun, paranoid, as little administration as possible provider and you got our new IT crowd.
After using ditto for 10odd years I dread the moment having to do anything manually again.
My question:
Is it possible to program a clipboard extension whatsoever that runs from a whatever programming environment (java, ahk, you name it) and circumvents the barricades of the user settings?
Thanks for thinking
Thomas
Berlin, Germany

2
Hello Coders,

I am fairly new to downloading mp3-files from a radio station. I usually ONLY download whole albums, not single tracks.

The downloaded files all have the following syntax:
Artist - Title with spaces.mp3

After downloading, they are sorted alphabetically (or in another way the filesystem from windows permits. This is, of course, not the original order on the album any more.

If I now rename the files listed in my directory I could omit the artist and add a number. But the files would be numbered according to the alphabet, not the intended order on the album.

Before you send me to look for any good mp3-tag-editor: Some of the mp3 HAVE complete tags including track number, others do not. So yes, I tried this already.

Example for tracks as saved on my hard disk:
Keith Urban - All for You.mp3
Keith Urban - Georgia Woods.mp3
Keith Urban - Long Hot Summer.mp3
Keith Urban - Put You in a Song.mp3
Keith Urban - Right on Back to You.mp3
Keith Urban - Shut Out the Lights.mp3
Keith Urban - Without You.mp3
Keith Urban - You Gonna Fly.mp3

The Original order on the album was
1   Put You in a Song
2   You Gonna Fly
3   All for You
4   Long Hot Summer
5   Without You
6   Georgia Woods
7   Right on Back to You
8   Shut Out the Lights

For MY needs - and there could be others like me - I would have to rename each file individually by omitting the artist and adding the right track number  (with two digits incl. leading zero) in front of the title before the  " - ".

So the first title in my directory would be:
Keith Urban - All for You.mp3    ---> 03 - All for you.mp3.

So what I want, seems impossible, as the program would have to be able to parse and compare words from a directory with a file list and rename the files due to these variables.

If you tell me this is simply not possible, I can accept that. I did not find a program to achieve this task.

If anything like this already exists, let me know. I learned that most things people want are already done by (donation)coders.

Have a great Christmas season - or any other festivity according your beliefs

Thomas from Berlin, Germany



Pages: [1]