| Author |
Message |
Forum: Support Topic: HTML DialogBox unicode symbols? |
| majstang |
|
Posted: February 9th, 2012, 10:58 pm
|
|
Replies: 0 Views: 83
|
| Hi! Posted this in SKANs HTML Dialogbox thread hoping for help, but no luck so far. Did notice the HTMdialog cant display unicode symbols like stars (star-rating of movies) in filenames. For example: 20120204_21-29-01_Kanal 5_Music and lyrics - ★★★★★★★☆... |
|
 |
Forum: Scripts Topic: Crazy Scripting : HTML DialogBox v0.51 |
| majstang |
|
Posted: February 5th, 2012, 2:56 pm
|
|
Replies: 78 Views: 10137
|
| Did notice the HTMdialog cant display unicode symbols like stars (star-rating of movies) in filenames. For example: 20120204_21-29-01_Kanal 5_Music and lyrics - ★★★★★★★☆☆☆ The HTMdialog displays: 20120204_21-29-01_Kanal 5_Music and lyrics -... |
|
 |
Forum: Support Topic: FileGetProperties |
| majstang |
|
Posted: January 22nd, 2012, 1:48 pm
|
|
Replies: 20 Views: 995
|
Many thanks for your answer. It clears things up considerably. I'll have to investigate it from an another angle then.
Best regards
majstang |
|
 |
Forum: Support Topic: FileGetProperties |
| majstang |
|
Posted: January 21st, 2012, 7:39 pm
|
|
Replies: 20 Views: 995
|
| Hi Shajul! I decided to give Windows 7 64-bit a go and encountered some problems with your awesome fileproperties function. Most properties returns fine but for the Videocompression i get a registry key instead of the MPEG-2 or H.264 values. Im not entirely sure it's the function that is giving me p... |
|
 |
Forum: Support Topic: AHK getting SubtitlePID from transport stream? |
| majstang |
|
Posted: December 11th, 2011, 9:22 pm
|
|
Replies: 0 Views: 44
|
Hi!
I wonder if anyone know if it is possible to retrieve the subtitlePID from ts files with AHK_L? Perhaps any AHK based media analyzer script/function?
Regards
Majstang |
|
 |
Forum: Support Topic: MSXML DOM how to syntax change of stop time? |
| majstang |
|
Posted: August 14th, 2011, 4:15 pm
|
|
Replies: 1 Views: 157
|
| Nobody knows how to replace the stop time using MSXML DOM? Using StringReplace and then FileAppend do not work, cuz if using it inside the loop i get duplicate nodes (4 programme nodes instead of the original 2) and if using it outside of loop only the last stop time in programme node 2 gets changed... |
|
 |
Forum: Support Topic: MSXML DOM how to syntax change of stop time? |
| majstang |
|
Posted: August 13th, 2011, 10:32 pm
|
|
Replies: 1 Views: 157
|
| Hi guys! I'm using MSXML DOM and have stumbled upon one of the last parts of my script. Namely how to syntax the change of stop time in this script? After hours of failed tries I have to ask for help: XMLdata = ( <?xml version="1.0" encoding="UTF-8"?> <tv generator-info-name=... |
|
 |
Forum: Support Topic: Problem calculate duration time when stop date is unknown |
| majstang |
|
Posted: August 13th, 2011, 10:14 am
|
|
Replies: 8 Views: 190
|
| @girlgamer. So sorry, i don't exactly follow how you mean. I can't understand how to calculate the correct end_date by using the a_now and not using the known end_time at all. @SKAN. Wow, this is genius and exactly spot on :D It's a joy to watch a true master in action :D Many thanks from majstang |
|
 |
Forum: Support Topic: Problem calculate duration time when stop date is unknown |
| majstang |
|
Posted: August 13th, 2011, 2:17 am
|
|
Replies: 8 Views: 190
|
| Yes, the duration time between: 20110813233000 20110813000500 is 23 hours, 25 minutes and 0 seconds. The show is only 35 minutes long and the end result im looking for should be: 20110813233000 20110814000500 ; 35 minutes of duration I was doing it pretty much the same way as you showed me, but doin... |
|
 |
Forum: Support Topic: Problem calculate duration time when stop date is unknown |
| majstang |
|
Posted: August 13th, 2011, 12:26 am
|
|
Replies: 8 Views: 190
|
| Can't you just pad the 24HHMI into "standard" format using SubStr? Im not sure how you mean? The time values passed to a possible SubStr function will be different for every loop. I dont know how to code such a SubStr for it to work in all cases. In the normal case when start- and stop ti... |
|
 |
Forum: Support Topic: Problem calculate duration time when stop date is unknown |
| majstang |
|
Posted: August 12th, 2011, 9:55 pm
|
|
Replies: 8 Views: 190
|
| Hi! I have a hard time figuring out how to calculate time duration over a daychange when i only have start time in YYYYMMDDHH24MISS format. The stop date is unknown (lacks in XML source). The only thing i have is stop time in HH24MI format. The duration of show is 35 minutes. Any ideas? start_time =... |
|
 |
Forum: Support Topic: StrX question. Finding correct line using variables? |
| majstang |
|
Posted: August 12th, 2011, 10:28 am
|
|
Replies: 5 Views: 219
|
| Yes, I saw you are using the N that way in your presentation of the StrX function. I have no luck when using the parameter that way though. I suspect the target XML and AHK don't play nice together, cuz when trying to copy the full XML into my script i get a "Continuation section too long"... |
|
 |
Forum: Support Topic: StrX question. Finding correct line using variables? |
| majstang |
|
Posted: August 11th, 2011, 11:32 pm
|
|
Replies: 5 Views: 219
|
| Many thanks, now it works like a charm :D No, I spoke too soon! Things starts to fail now when looping this StrX function call. I do retrieve "string" and "title" from source XML and pass them to the StrX function to find matches in target XML, im abled to retireve the first mat... |
|
 |
Forum: Support Topic: RegexReplace question. |
| majstang |
|
Posted: August 11th, 2011, 11:45 am
|
|
Replies: 5 Views: 156
|
| ; haystack h:="Tracy Beaker kommer tillbaka" ; length L:=24 outputR:=regexreplace(h, "(.{" L "}).*", "$1...") regexmatch(h, "(.{" L "})", outputM) msgbox %OutputR%`n%outputM1%... Cheers t... |
|
 |
Forum: Support Topic: RegexReplace question. |
| majstang |
|
Posted: August 11th, 2011, 2:53 am
|
|
Replies: 5 Views: 156
|
| Im impressed :D ...and without using a single regular expression. Its a joy to see how smart and easy solutions there are, instead of getting stuck on the most confusing and complicated syntax. zzzooo10, you have now solved the last problem of this script project of mine and im very grateful to you ... |
|
 |
| Sort by: |