Centrafuse Auto - Connected Car Apps User Community    

Go Back   Centrafuse Auto - Connected Car Apps User Community > 3rd Party Development > Plugin Development

Plugin Development Extend the functionality of Centrafuse by developing plugin apps


View Poll Results: Which media player are you using?
iTunes 55 55.00%
Winamp 24 24.00%
Windows Media Player 12 12.00%
MediaMonkey 4 4.00%
Other 5 5.00%
Voters: 100. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old November 22nd, 2008, 09:26 PM   #1 (permalink)
10 Farad - Flux Capacity
 
Ogold007's Avatar
 
Join Date: May 2008
Location: Los Angeles
Vehicle: 2003 Lexus IS300
Posts: 435
Ogold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really nice
Playlist Importer Plugin (iTunes, etc)

Centrafuse Playlist Importer Plugin
Description: Plugin that allows you to play and import supported playlists (i.e. iTunes) into Centrafuse
Features: Automatically replaces HomePC's music path with the CarPC's
Latest version: 1.3
Requirements: Centrafuse 2.0
Supported Playlists:
  • iTunes (exported to XML)
  • Winamp (m3u)
  • Windows Media Player (wpl)
Current Skins: Aura
Current Languages: English
Where to get it: Importer.zip
Issues:
  • None





To install:
1) unzip the package
2) drop the entire "Importer" folder into your plugins directory. Usually this is under:
C:\Program Files\Flux Media\Centrafuse\Plugins
3) Assign a button to the plugin via the Button Layout in the settings menu of CF

(11/22/08)
I created this plugin so I can easily transport my iTunes playlists to my CarPC. Currently the only playlists I support are iTunes' playlists exported to XML. If there are other formats you'd like to see supported (i.e. Winamp/m3u) please just let me know. Enjoy!

(11/23/08)
Upgraded to v1.1. Added support for Winamp (m3u) playlists

(12/14/08)
Upgraded to v1.2. Added support for Windows Media Player (wpl) playlists

(3/1/09)
Upgraded to v1.3. Added feature to automatically replace the HomePc's music path with the CarPc's in the playlist.
Attached Files
File Type: zip Importer.zip (133.1 KB, 73 views)

Last edited by Ogold007; March 13th, 2011 at 08:21 PM. Reason: Attaching source code
Ogold007 is offline   Reply With Quote
The Following 6 Users Say Thank You to Ogold007 For This Useful Post:
Old November 23rd, 2008, 08:09 AM   #2 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 774
WuNgUn will become famous soon enoughWuNgUn will become famous soon enough
m3u please!!
Also, does this work if the file tree structure is different for the song on the play list? Or does it have to be identical to the file structure in the car?
WuNgUn is offline   Reply With Quote
Old November 23rd, 2008, 09:50 AM   #3 (permalink)
7 Farad - Super Capacity
nemo's CarPC Specs
 
nemo's Avatar
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 211
nemo will become famous soon enough
m3u immediately, please

What I would LOVE to see -- is the plugin monitor a playlist, and every time it sees that it's changed, re-import it automatically.
__________________
Get Glue!
nemo is offline   Reply With Quote
Old November 23rd, 2008, 03:05 PM   #4 (permalink)
10 Farad - Flux Capacity
 
Ogold007's Avatar
 
Join Date: May 2008
Location: Los Angeles
Vehicle: 2003 Lexus IS300
Posts: 435
Ogold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really nice
Version 1.1 now supports m3u playlists.

Quote:
Originally Posted by WuNgUn View Post
m3u please!!
Also, does this work if the file tree structure is different for the song on the play list? Or does it have to be identical to the file structure in the car?
This does not work if the file tree is different (how could it?), so please edit your playlists beforehand to match the correct structure.

Quote:
Originally Posted by nemo View Post
m3u immediately, please

What I would LOVE to see -- is the plugin monitor a playlist, and every time it sees that it's changed, re-import it automatically.
I was thinking of implementing this feature but the problem I foresaw was that it could overwrite your Centrafuse playlist. So for example, if you imported the playlist into Centrafuse (mpl) and then edited it, this plugin will not overwrite your changes. If I monitored the folder, then you cannot edit the playlist from Centrafuse. It's a single click to add the playlist into Centrafuse so I figured that's the better alternative than overwriting said changes.
Ogold007 is offline   Reply With Quote
Old November 23rd, 2008, 04:22 PM   #5 (permalink)
7 Farad - Super Capacity
nemo's CarPC Specs
 
nemo's Avatar
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 211
nemo will become famous soon enough
^ hmm -- i think i see the problem.

The reason I ask is because I have a few playlists in Winamp that I constantly change on my computer, and would love to be able to sync them to my CarPC, then the Plugin recognizes the changes, and automatically re-builds the playlist based off the recently copied file.
__________________
Get Glue!
nemo is offline   Reply With Quote
Old November 23rd, 2008, 04:39 PM   #6 (permalink)
10 Farad - Flux Capacity
 
Ogold007's Avatar
 
Join Date: May 2008
Location: Los Angeles
Vehicle: 2003 Lexus IS300
Posts: 435
Ogold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really nice
Quote:
Originally Posted by nemo View Post
^ hmm -- i think i see the problem.

The reason I ask is because I have a few playlists in Winamp that I constantly change on my computer, and would love to be able to sync them to my CarPC, then the Plugin recognizes the changes, and automatically re-builds the playlist based off the recently copied file.
Hmmm, I guess I could add an option to the settings for "Auto Sync Playlists" that'll automatically convert and sync your playlists on CF load. Depending on the size of the playlist, however, this could delay the startup of CF when it is loading the plugins which is another reason I decided against it.

Play with the plugin for a bit and let me if you still think this feature would be useful
Ogold007 is offline   Reply With Quote
Old November 24th, 2008, 09:13 AM   #7 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 774
WuNgUn will become famous soon enoughWuNgUn will become famous soon enough
Quote:
Originally Posted by Ogold007 View Post
Version 1.1 now supports m3u playlists.

This does not work if the file tree is different (how could it?), so please edit your playlists beforehand to match the correct structure.
I don't see the point of this plugin then...I mean, I'd have to have an identical library on my desktop PC for it to be 'easy' to use...but I don't.
I have almost 200GB of lossless media in the car!

Is there a playlist editor that takes an 'image' of your library structure and works off of that maybe??

I might as well use CF to make playlists, because there is no point making them in m3u format just to import them locally?
WuNgUn is offline   Reply With Quote
Old November 24th, 2008, 11:46 AM   #8 (permalink)
10 Farad - Flux Capacity
 
Ogold007's Avatar
 
Join Date: May 2008
Location: Los Angeles
Vehicle: 2003 Lexus IS300
Posts: 435
Ogold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really nice
Quote:
Originally Posted by WuNgUn View Post
I don't see the point of this plugin then...I mean, I'd have to have an identical library on my desktop PC for it to be 'easy' to use...but I don't.
I have almost 200GB of lossless media in the car!

Is there a playlist editor that takes an 'image' of your library structure and works off of that maybe??

I might as well use CF to make playlists, because there is no point making them in m3u format just to import them locally?
You can of course use CF to make the playlists, I just found it pointless to recreate all my playlists which already exist on my PC. If your playlists at home contain songs that you don't have in your car, there still should not be any harm importing that list, it'll just skip the songs that don't exist when it tries to play that song. Since your structure is different, all you'll need to do is do a global find and replace to match the structure. (i.e. replace "C:\HomePc\My Music" to "D:\CarPc\My Music")
Ogold007 is offline   Reply With Quote
Old November 24th, 2008, 12:08 PM   #9 (permalink)
5 Farad - High Capacity
smallefry's CarPC Specs
 
Join Date: Apr 2008
Posts: 56
smallefry is on a distinguished road
This is great Ogold007. Sweet now I can easily move my play list from Itunes to CF. It was getting old having to make news ones all the time. Thanks


I get a error when tring to download. "smallefry, you do not have permission to access this page. This could be due to one of several reasons:"

Last edited by smallefry; November 24th, 2008 at 12:10 PM. Reason: Error on download
smallefry is offline   Reply With Quote
Old November 24th, 2008, 12:57 PM   #10 (permalink)
10 Farad - Flux Capacity
 
Ogold007's Avatar
 
Join Date: May 2008
Location: Los Angeles
Vehicle: 2003 Lexus IS300
Posts: 435
Ogold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really niceOgold007 is just really nice
Quote:
Originally Posted by smallefry View Post
This is great Ogold007. Sweet now I can easily move my play list from Itunes to CF. It was getting old having to make news ones all the time. Thanks


I get a error when tring to download. "smallefry, you do not have permission to access this page. This could be due to one of several reasons:"
Please wait until it gets approved by the moderators. They're usually pretty good about it and it should probably be approved sometime today.
Ogold007 is offline   Reply With Quote
Reply

Bookmarks

Tags
importer, itunes, playlist, plugin

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help creating playlist mpl files mcbeth352001 General Centrafuse Questions 16 September 2nd, 2011 02:14 AM
UPDATE 19-07-08 - Playlist Plugin (Alpha) - What features do you want? blackstarzes Plugin Development 10 January 7th, 2009 08:03 AM
New File Added: Playlist Importer Ogold007 Plug-In Downloads 2 November 25th, 2008 12:09 PM
Media Playlist & Plugin Info skavan Plugin Development 0 November 21st, 2008 02:55 AM



All times are GMT -4. The time now is 10:00 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright ©2011 Centrafuse, Inc. All rights reserved.Ad Management plugin by RedTyger