Search found 52 matches

by cldcp00
21 Nov 2023 00:34
Forum: Script Exchange
Topic: Better file / folder selector
Replies: 50
Views: 16415

Re: Better file / folder selector

Hi Highend I have problem with your script, its fine finding filenames, but I cannot seem to get it to find mp3 tags the example below I'm trying to find the artist " The Itals " using the prop mp3.artist but for some reason it does not find it. I'm I doing something wrong? https://1drv.ms...
by cldcp00
20 Nov 2023 01:35
Forum: Tips & Tricks, Questions & Answers
Topic: Searching MP3 File Tags
Replies: 8
Views: 953

Re: Searching MP3 File Tags

Hi Highend

Hope all is well.
I have moved to a new pc and for some reason i cannot get your script working


Image

https://1drv.ms/i/s!AsYqW0NCjM4fgY9lEUW ... g?e=wX9THQ

Thanks in advance for your help
by cldcp00
20 Nov 2023 01:14
Forum: Tips & Tricks, Questions & Answers
Topic: Searching / Filtering MP3 Tags
Replies: 1
Views: 94

Searching / Filtering MP3 Tags

I remember in the past it was quite convoluted to find files based on there mp3 tags

for example is it possible to search based on Artist or Album?

Regards
by cldcp00
03 Sep 2023 23:18
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Hi Jupe,
Thank you, now working fine, try to work out what i was doing wrong.
Thanks again much appreciated
by cldcp00
03 Sep 2023 00:14
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Thanks for you help
amended code to
writefile($auditTrailFile, $auditLog, "a");
but script still will not run, any other pointers?
Regards
by cldcp00
02 Sep 2023 22:28
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Hi Jupe Thanks for you help, i am still leaning. Are you saying that indenting the last line will make it work? line of code writefile($auditTrailFile, $auditLog); Also Not sure what you mean sorry also you might want to add the "a" flag to writefile, else you will lose your log after each...
by cldcp00
02 Sep 2023 21:48
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Hi Highend, I think I have amended the code as you has suggested (see below) but the script still will not run, Vert sorry if I am doing something silly. $moveItem = 0; // 0 = Copy item, 1 = Move item $menuPosX = 500; $menuPosY = 500; $auditTrailFile = "D:\New Music Library\0000 Music Files Lib...
by cldcp00
02 Sep 2023 00:13
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Hi I decided to add an audit trail to your code but for some reason it is not working, could you point me in the right direction please. $moveItem = 0; // 0 = Copy item, 1 = Move item $menuPosX = 500; $menuPosY = 500; $auditTrailFile = "D:\New Music Library\0000 Music Files Library & Inform...
by cldcp00
01 Sep 2023 22:01
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Set your destination folders in the script first, one line for each folder. Select one file, run the script once. Click outside the menu! but remember where it popped up. Change the two position variables to better fit your needs. $moveItem = 0; // 0 = Copy item, 1 = Move item $menuPosX = 500; $men...
by cldcp00
30 Aug 2023 22:11
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Re: Sorting Audio Files Into Folder Script

Generally there would be no more that 4 level
Top level Music Library
level 2 Genre
level 3 Artist
level 4 Year

But solution should be able to move / copy file to any where on the pc
by cldcp00
29 Aug 2023 23:17
Forum: Script Exchange
Topic: Sorting Audio Files Into Folder Script
Replies: 17
Views: 1165

Sorting Audio Files Into Folder Script

Hi There, I am new to Xyplorer and scripting and I just wanted to know it capabilities. My situation is that I have many thousands of audio files that need to be sorted into folders so I have to visually look at the file name and drag them or cut and paste them into the relevant folder. So I was won...
by cldcp00
30 May 2020 17:02
Forum: Tips & Tricks, Questions & Answers
Topic: Export Files Names to CSV or Excel
Replies: 4
Views: 827

Re: Export Files Names to CSV or Excel

I have just tested the Options in the Report Tab.

I appears to only list the current directory not any Sub directories is there something that can list sub directories also please.

Thanks
Desmond
by cldcp00
30 May 2020 16:38
Forum: Tips & Tricks, Questions & Answers
Topic: Export Files Names to CSV or Excel
Replies: 4
Views: 827

Export Files Names to CSV or Excel

Hi

Question

Is it possible with a script to export to CSV or Excel the contents of a Directory and if possible its subdirectories?

Regards

Desmond