MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2005-05-22, 15:23   #1 (permalink)
Portal Member
 
Join Date: Nov 2004
Age: 34
Posts: 136
Thanks: 2
Thanked 1 Time in 1 Post

My System

Default Synchronisation between iTunes DB and MediaPortal music DB

Hi,

I just digged around a bit in iTunes SDK and MediaPortal sources... and I would like to try to implement the following as PlugIn:

I have iTunes (for synch my iPod and for buying music), and I have MediaPortal. I wish to hear music with MediaPortal.
Therefore I want to have all music, playlists and metadata from iTunes in MP, too.

There is a SDK for iTunes, which seems to be simple to understand. With this it is possible to access all playlist and music data stored in iTunes.

So the missing link is only a small PlugIn for MP which reads that data from iTunes and stores it in the MP music database.

I'm an experienced Java developer and have knowledge in several other languages, too, but not in C# - yet. But C# seems to be something like Java, so should not be a problem to learn.

I've already set a C# development environment based on Eclipse and got the MP sources via CVS... but now I'm lost a little bit... there is really much stuff, and it's not clear to me how to start with a plugin... but I will continue to dig around...

So this posting is mainly to inform you that I'm about to start such plugin :-)
JulianBuss is offline   Reply With Quote
Old 2005-06-01, 11:00   #2 (permalink)
Retired Team Member
 
Join Date: Apr 2004
Age: 34
Posts: 822
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

cool stuff!

Frodo yesterday made an itunes plugin using the sdk to have itunes as external player.
This means you can play your bought songs now.

Extentions like you mentioned (ratings, playlists) r welcomed!
__________________
MrMario64 is offline   Reply With Quote
Old 2005-06-01, 14:36   #3 (permalink)
Retired Team Member
 
Join Date: Sep 2004
Location: Wellington
Posts: 346
Thanks: 0
Thanked 2 Times in 1 Post

Country:

My System

Default

May I suggest the following as a layout idea, navigating it the same way you navigate iTunes.

The top level of the main view would hold the same contents as the left column of iTunes - iTunes Library, Inserted Discs, Shared iTunes Libraries on your LAN, iTunes Playlists - in addition to the shares you can add in the configuration utility.

The left menu:
- View (Same as current)
- Sort By (Title, Artist, Album, Genre, Rating, Year, Time, Date Added, Last Played, Playcount, Disc Number)
- Switch View (Normal, Artist, Album, Genre, Rating, Year)
- Shuffle Off, Shuffle
- Repeat Off, Repeat All, Repeat Track
- Create Playlist (A normal iTunes playlist)
- Search

The F9 context menu on a file would let you:
- Delete the file (or remove from the Playlist, depending whether the selected file is in your Library or a Playlist)
- Add to a playlist
- Change the rating (Current dialouge for this is too complex, tapping one button should just cycle through 1 2 3 4 5 0 stars)
- Reset playcount
- Enable/disable track (like ticking the box next to a track in iTunes)
- Find coverart

The F9 menu on a playlist or folder would let you:
- Delete the playlist or eject the share or disc (depending on what you click on - can you do this?)
- Find coverart - but I guess this one will only work if you have the view set to Album
Brocklander is offline   Reply With Quote
Old 2005-06-18, 05:05   #4 (permalink)
Retired Team Member
 
mzemina's Avatar
 
Join Date: Feb 2005
Location: Ft Smith, AR
Posts: 2,045
Thanks: 36
Thanked 12 Times in 12 Posts

Country:


Default

Quote:
Originally Posted by MrMario64
cool stuff!

Frodo yesterday made an itunes plugin using the sdk to have itunes as external player.
This means you can play your bought songs now.

Extentions like you mentioned (ratings, playlists) r welcomed!
Where is this plugin? I can't find it on the Download center page Did it not get published there? Will I need to wait for version 0.1.3?

Mike Zemina
mzemina is offline   Reply With Quote
Old 2005-07-18, 15:32   #5 (permalink)
Portal Member
 
Join Date: Jan 2005
Location: Sydney, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I second that!! I'm trying to get this plugin but I can't find it anywhere... can someone help us?!?!

Mike
nzmike is offline   Reply With Quote
Old 2005-07-18, 16:09   #6 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 34
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by nzmike
I second that!! I'm trying to get this plugin but I can't find it anywhere... can someone help us?!?!

Mike
Configuration.exe/Plugins/iTunes audio player
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2005-07-19, 02:17   #7 (permalink)
Portal Member
 
Join Date: Jan 2005
Location: Sydney, Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Thanks mPod, I thought it was a download... but it seems that it comes already in MP.

Mike
nzmike is offline   Reply With Quote
Old 2006-07-25, 23:00   #8 (permalink)
Portal Member
 
Join Date: Nov 2004
Age: 34
Posts: 136
Thanks: 2
Thanked 1 Time in 1 Post

My System

Default

a late follow-up for this topic: after having a good time with Meedio I'm about to switch back to MediaPortal. And this time I'm starting to understand the MP source code :-)
I will code some small modifications to MP first and then I will try to implement that iTunes-Sync-Plugin I wrote about in the first post of this thread.
JulianBuss is offline   Reply With Quote
Old 2006-07-26, 20:33   #9 (permalink)
Portal Member
 
Join Date: Jun 2006
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by JulianBuss
a late follow-up for this topic: after having a good time with Meedio I'm about to switch back to MediaPortal. And this time I'm starting to understand the MP source code :-)
I will code some small modifications to MP first and then I will try to implement that iTunes-Sync-Plugin I wrote about in the first post of this thread.
Sounds great as I use iTunes exclusively for my music (mp4 files).
One question, iTunes at least on my system seems to take awhile to open & if there is an update pending it just sits there till you interact and in MP in full screen you don't know it's happening.
Is there a way to say choose QT player instead as the default player as this loads without the overheads of iTunes for playing mp4 audio files?

thanks
deppeler is offline   Reply With Quote
Old 2007-03-01, 01:58   #10 (permalink)
Portal Member
 
coopers's Avatar
 
Join Date: Nov 2005
Location: Adelaide
Posts: 150
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

If you are able to configure such a thing, I suggest taking a look at the way you can "stack" albums by the same artist/band in wmp10. This is a brilliant feature...

even if it is wmp10. It is painful that you can't sort itunes in an easy to view format like that.
coopers is offline   Reply With Quote
Reply

Bookmarks

Tags
itunes, music, synchronisation

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
System requirements for HDTV with MediaPortal Tech Geek Hardware Selection Help 62 2007-08-08 08:20
MediaPortal GET YOU GOING GUIDE aal Tips and Tricks 19 2007-06-22 19:39
A perfect HTPC with MP & PVR Scheduler & faster XP STSC Tips and Tricks 16 2007-01-30 23:40
Music, Radio and Video will not play Amberman Codecs, External Players 1 2006-04-18 06:13
Compile problems Anonymous General Development (no feature request here!) 1 2004-04-28 22:49


All times are GMT +1. The time now is 05:17.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden