| |||||||
| MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here. |
![]() |
| | Thread Tools | Display Modes |
| | #11 (permalink) | |
| Portal Member Join Date: Dec 2006 Location: Houston, TX
Posts: 90
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | Quote:
They've made some really stupid decisions with the QT Player, in my opinion. Like not being able to launch full-screen. But did you know you can embed a setting in the QT movie itself so that it launches in full-screen automatically. You have to set it for every single video separately though. LAME. Also, the video adjustments controls in QT are not saved between settings. Every time you start QT, it reverts back to default. Those can also be stored in the file, but who wants to do that for every single video? But at least using QT works with DRM infested iTunes files, even if it is limping along, with no X second jump ahead and other nice navigation features that other REAL video players support.
__________________ Sverre | |
| | |
| | #13 (permalink) | |
| Portal Member Join Date: Dec 2006 Location: Houston, TX
Posts: 90
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | Quote:
I still use a vbscript to launch QT, but with a slight modification to what I posted last year. Now I use the SendKey method to send the "force to fullscreen" hotkey in QT so that the video automatically switches to fullscreen upon launch. Here is my script: Set oArgs = WScript.Arguments sFilePath = oArgs(0) Set oShell = CreateObject("WScript.Shell") If InStr(1, sFilePath, ".M4V", 1) > 0 Then iRC = oShell.Run("""" & sFilePath & """") iRC = oShell.AppActivate("QuickTimePlayerMain") WScript.Sleep 5000 oShell.SendKeys "^f" Else iRC = oShell.Run("""" & sFilePath & """") End If Wscript.Quit iRC
__________________ Sverre | |
| | |
![]() |
| Bookmarks |
| Tags |
| itunes, time |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Synchronisation between iTunes DB and MediaPortal music DB | JulianBuss | Plugins | 9 | 2007-03-01 01:58 |
| Pronto + RDP + iTunes | quiller | HTPC Projects | 6 | 2007-01-07 22:01 |
| iTunes: Duplicates and Syncing | quiller | Support | 3 | 2006-12-07 22:57 |
| MusicBridge Fails - iTunes to WMP10 | Mashenden | General Support | 1 | 2006-03-02 03:25 |
| iTunes support? | alexeix | General Support | 0 | 2005-11-16 02:01 |