Search found 25 matches

by rEX
03 Jan 2018, 07:37
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Hmm.. I will look into it but right now i am prioritizing the Code Improvement over other tasks.
by rEX
03 Jan 2018, 04:09
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Back at it. After approximately 3 Years i am back at developing the IDTE. My first task is to improve the Code though (Complete Rewrite in functions/methods instead of just labels everywhere) Also, i've already fixed some of the DPI Issues for the IDTE but, my next releases will be mostly focused on...
by rEX
21 Aug 2014, 02:52
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

OK, Your suggestions worked if I changed your script to not use the ID3V2 set of functions to read the tags. Your original script had MP3 being processed with the ID3V2 instead of AUDIO. Which one is right for MP3 files? Well Both Works Fine. But, Actually ID3V2 is Specific For MP3 and therefore yo...
by rEX
20 Aug 2014, 03:12
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Yes it is. As Audiogenie accepts only UNICODED STRINGS. Use Following Functions to Convert your Calls into unicode for Audiogenie (Also Check the Example Script). ATOU( ByRef Unicode, Ansi ) { ; Ansi to Unicode VarSetCapacity( Unicode, (Len:=StrLen(Ansi))*2+1, 0 ) Return DllCall( "MultiByteToWideCha...
by rEX
20 Aug 2014, 02:28
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

hmmm.
Will u please post the code. I mean complete code so that i can figure out what's wrong. :?:
Also r u using the ANSI Version?
by rEX
19 Aug 2014, 23:48
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Which version of Autohotkey are u using ? Also , Use DllCall( A_ScriptDir "\AudioGenie3.dll\AUDIOAnalyzeFileW", Str,filename ) Instead of DllCall(dll . "\AUDIOAnalyzeFileW", Str,A_LoopFileFullPath ) And, Let me know if Problem Still Persists. Also --> A COMPLETELY NEW AUDIOGENIE AUDIO WRAPPER IS COM...
by rEX
01 Aug 2014, 12:06
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

noname wrote:Final adjustments and visual styling :)
I Should Say -- "This is freaking Awesome"
by rEX
31 Jul 2014, 12:52
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

joedf wrote:Hey rajat, it's great to see you here, but why is your username not rajat?
:!: Do you Know My Secret -- I am a BATMAN :o :o :o

Just Kidding.

It's just a personal Prefrence. Should i change it ? :?: :?:
by rEX
31 Jul 2014, 06:28
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

noname wrote:Many thanks Rajat :)

I only made some adjustments in the position of the image (to center it in the groupbox )and buttons.
:D :) :) :) :) :) :)
by rEX
30 Jul 2014, 11:46
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

http://i.imgur.com/getHiys.png Unfortunately there is a serious drawback using audiogenie the cover art is not visible in standard players or the mp3tag program.I can only see it using audiogenie to get it like in my own ahk player. Files send to friends do not show it ( like in GomPlayer ) screens...
by rEX
30 Jul 2014, 05:10
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

noname wrote:Perfect ! :) Thanks a lot.
I only have to change the visual style to fit the ahk editor/mini player.I am leaving it as a separate program and calling your GUI with a hotkey ( i do not want to mess it up as it works well ! )
You're welcome :) .
by rEX
30 Jul 2014, 01:54
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

So something is not compatible on my system with IDTE. The created playlist is also not in unicode so i can not use it for the player i have. I can use your code from your post to set the unicode title and find some more code to set the cover art.(I will take a look at your code for it :) ) Hi nona...
by rEX
29 Jul 2014, 12:44
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Have you tried it on a fully patched uptodate winXP?I wonder if the latest windows updates are to blame.I only need it for altering the title tags and inserting a cover art so i will just use these code snippets as standalone programs. Yes i do. I've tested IDTE on XPsp3 update build 5501 . B/w Mic...
by rEX
29 Jul 2014, 11:44
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

You are forgetting one thing that is to set Encoding Bit in ID3 tags Frame. bw IDTE can save it for you. Here's the code (Working on AHK_L Unicode32) Note - This only works for ID3v2 Tags SetWorkingDir, %a_scriptdir% hAudioGenie3 := DllCall( "LoadLibrary", Str,"AudioGenie3.dll" ) ;load AudioGenie3 F...
by rEX
28 Jul 2014, 12:38
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Hi Rajat, I just browsed through your code. For me to be able to read and understand the code, I would need more indentation. Sorry, but your code is really bad in this respect. :| Hi Torlaf, I do want to recode line by line in order to make it perfect for everybody and also extensible for everyone...
by rEX
27 Jul 2014, 05:41
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

These are two error screenshots ,the IDTE icon does not load at startup , the menu error displays when i select a list entry or load a folder ( i guess when the main gui Updates) https://dl.dropboxusercontent.com/u/14147708/error1.jpg https://dl.dropboxusercontent.com/u/14147708/error2.jpg Thanks F...
by rEX
27 Jul 2014, 01:49
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 247
Views: 191053

Re: A Github organisation for ahkscript

Hello joedf please add me too.
Username - ErEXON
by rEX
27 Jul 2014, 00:58
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

Could not get past this error when loading a folder or starting the player. The mini player's volume change will also moves the "timeline" slider. Tested on winXP and ahk_l 1.1.13.01. I am impressed even if i could not test it but the miniplayer needs some visual refinement :) IMHO. Please will you...
by rEX
27 Jul 2014, 00:51
Forum: Scripts and Functions (v1)
Topic: [ Music Files Tag Editor written in Autohotkey ]
Replies: 47
Views: 20332

Re: [ Music Files Tag Editor written in Autohotkey ]

toralf wrote:
(Source Code Included in SRC Folder)
I could not find the current source code. Neither in any download file nor in the SRC folder on sourceforge.
Sorry for that. Here --> https://github.com/Rajatkosh/IDTESRC

Go to advanced search