MP and ITUNES at the same time? (2 Viewers)

ktjensen

Portal Pro
January 21, 2007
78
0
Home Country
United States of America United States of America
I am having a hard time understanding the discussions about using ITUNES under MP. It looks like some are trying to develop a way to run ITUNES in the background, while running MP as the front end.

1) Is this development still happening? Why is this important, or why does this matter? You can convert any Apple DRM song, to a non DRM song in about five minutes.

2) I have an alternative front end for the ITUNES application already, but it is not an MP plug-in. Rather it is an alternative to ITUNES front end (ITUNES still runs in the background). It works great. So it can be done.

3) I have another application that will connect up my AIRTUNES remote connected stereo. So I can play any music or sound from MP via that connection.

Just trying to understand why ITUNES is wanted, when MP already does almost all of what ITUNES does.
 

Roberdin

Portal Pro
December 26, 2005
114
3
London, United Kingdom
I use iTunes to store and organise my music. If I play a song in MediaPortal, I want iTunes to know about it - so it can update information like Last Played and Play count appropriately. This affects some of my 'Auto-Playlists'.
 

samundsen

Portal Pro
December 30, 2006
119
4
Houston, TX
Home Country
United States of America United States of America
I access iTunes videos from MediaPortal. I have associated MV4 files with the QuickTime player, then use a vbscript as my external player configured in MP, so that whenever I click on a MV4 file in MP, the QuickTime Player launches (QT Player can play DRM infected iTunes videos as long as the computer as been activated with iTunes). I download the iTunes videos on another computer, as my MP HTPC is a dedicated HTPC. MP accesses the videos from a file share.
 

samundsen

Portal Pro
December 30, 2006
119
4
Houston, TX
Home Country
United States of America United States of America
Btw, what would be a GREAT feature enhancement for MP would be ability to configure a separate external video player for each video folder set up in MP.
 

dustymack

Portal Member
February 28, 2007
5
0
Home Country
United States of America United States of America
Samundsen, does your script use the internal media player for other files and, if so, would you mind sharing the sweetness?
 

samundsen

Portal Pro
December 30, 2006
119
4
Houston, TX
Home Country
United States of America United States of America
Samundsen, does your script use the internal media player for other files and, if so, would you mind sharing the sweetness?

I use ZoomPlayer for everything else. The script is very simple, it simply launches the video file by itself, so that whatever player is associated to the file type in Windows is the application that launches.

Btw, I didn't write the original script myself, I found it online, I just adapted it for my use.

Here is the content of the script (I call it MoviePlayer.vbs, and I have configured MP to launch MoviePlayer.vbs as the external player.

Set oArgs = WScript.Arguments
sFilePath = oArgs(0)
Set oShell = CreateObject("WScript.Shell")

iRC = oShell.Run("""" & sFilePath & """")

Wscript.Quit iRC
 

dustymack

Portal Member
February 28, 2007
5
0
Home Country
United States of America United States of America
Dang. I definitely want to stick with the internal player. Perhaps its time I finally contributed to this project and modified the ITunes plugin to use a QuickTime player for m4v files. I am a professional .NET developer.

Thank you for the help samundsen!
 

sxt173

Portal Member
October 28, 2005
24
0
I am happy there is some interest in iTunes compatability (seems our brothers over in Europe aren't as iTunes addicted as us..)

I have my m4v files linked to Quicktime. This works fine. My only gripe is that when clicking on a m4v file from within mediaportal, Quicktime will appear on top of MP, i.e. what we are missing is embedding of QT.
 

Users who are viewing this thread

Top Bottom