I recently switched over to xbmc from meedio. I installed XBMC and had it running with all my music and videos the same day.
Meedio took a lot more effort but after weeks of tinkering, it worked exactly as I wanted it to and looked almost identical to XBMC.
I don't really mind the set up process and being able to change any aspect of Meedio makes me hesitate to leave it. What switched me over was XBMC's speed. It runs a lot faster and doesn't need to wait to load the fanart before continuing.
Meedio is kind of dead with very few updates, but MeediOS looks promising. After seeing the MeediOS previews, I think I'm going to switch back once they release a beta, but there's still a lot of work that needs to be done to it.
I think it ends up being a trade-off between customization and ease of use, so it really depends on what you're looking for.
XBMC verses Meedio / MeediOS - what is the XBMC attraction that makes it so popular?
matthewjf
Junior Member Posts: 1 Joined: Jun 2009 Reputation: 0 |
2009-06-17 11:26
Post: #11
|
| find quote |
krow
Junior Member Posts: 4 Joined: Jun 2009 Reputation: 0 |
2009-06-17 11:50
Post: #12
i agree. meedio was crap. mediaportal, on the other hand, was good.
nice program, superior video quality over XBMC (sorry, it is), more options, but imdb scrapers are hell to work with, especially if your movies are scene tagged. XBMC kicks MP's ass when it comes to importing movies. but, on the other hand, MP can read tags from your files, xvid, divx, etc, subtitles. no need to manually scan every movie with a 3rd party program. so yeah. XBMC vs mediaportal. XBMC wins, although, there has to be a way to incorporate postprocessing methods into XBMC. at last for xvid and divx. dunno 'bout x264. all in all, both programs acquire a lot of input and a lot of time. which is kinda contraproductive, but hey. supposedly, you only have to do the hard work once on your libraries. and i must say, when it comes to that, XBMC is way better and easier to use. oh, yes. MediaPortal had a great plugin for TV Shows, and that plugin beats the hell out of XBMC's TV Shows capabilities. also, moovida? anyone tried it? it emerged from elisa_mediacenter and imho its crap. elisa had the fastest playback support i've seen so far. no delays, ffwd works perfectly... just a tiny program that works as advertised. too bad it had only a few extra options. XBMC kicks ass!
|
| find quote |
zag
Team-XBMC Member Joined: Oct 2007 Reputation: 7 Location: UK |
2009-06-17 11:59
Post: #13
I'm probably pretty qualified to talk about this since I help run the meedio forums and am a recent XBMC convert
![]() XBMC is great, smooth, trouble free, beautiful but what it still misses from Meedio..... - Multiple library support - Customized menu support - Index view for the first letter (so you can group media by the first letter, e.g. Movies >> index view >> All movies starting with G) - Grouping movies or songs into a set (Alien trilogy shows as one movie entry, then goes down to a second level with all movie sequels in order) - Rating songs from the list view with 1 click on the number keys (currently takes 5 clicks to rate a song 5/5 in xbmc) - Internal system messaging (so plugin developers can easily interact with xbmc internals with a standard set of messages "music.play" "movies.pause" but for all parts of xbmc, not just media playback) - Internal datafeeds so plugin authors can send messages to the user and GUI in standard ways. Also allows plugins to talk to other plugins. - External player support with conditions for video extensions, or filenames, or types. E.G. different players for youtube videos, or x264 videos. - A standard plugin repository linked to the xbmc.org site - A user voting system for working and non working plugins - Media flagging (think this just got in, awesome work) - Music jukebox (all music actions on one screen with no popups or need to go to a menu to browse music, works like a traditional jukebox) - Ability to launch external applications from a menu item (currently have to click about 5 times just to launch a games emulator or web browser) - Internal XBMC GUI web browser - Client server setup (multiple htpc's attached to a central database or server somewhere else in the house) So for this reason I wrote a guide to integrate xbmc with meedio as a menu item, best of both worlds
(This post was last modified: 2009-06-17 12:15 by zag.)
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2009-06-17 18:04
Post: #14
krow Wrote:i agree. meedio was crap. mediaportal, on the other hand, was good. nice program, superior video quality over XBMC (sorry, it is)As far as I know MediaPortal does not have a built-in video player as XBMC does so the video quality depends on which external player you use with MediaPortal. XBMC now also has external player support, all be it does not work as integrated as the XBMC's embedded video player. krow Wrote:MP can read tags from your files, xvid, divx, etc, subtitles. no need to manually scan every movie with a 3rd party program.XBMC can do this too now! See => http://xbmc.org/theuni/2009/06/15/media-...g-support/krow Wrote:XBMC vs mediaportal. XBMC wins, although, there has to be a way to incorporate postprocessing methods into XBMC.Note that post-processing filters only alter the perceived video quality which is subjective, though many like to have it. ...and XBMC for Linux with VDPAU enabled on NVIDIA also has post-processing filter capability for H.264 The Windows equivalent, DXVA, is discussed here => http://forum.xbmc.org/showthread.php?tid=33323 zag2me Wrote:- Internal system messaging (so plugin developers can easily interact with xbmc internals with a standard set of messages "music.play" "movies.pause" but for all parts of xbmc, not just media playback)XBMC already has this, they are called "built in functions", commands that can be used by both skins, plugins, scripts, and keymapping, see: http://wiki.xbmc.org/?title=Built_In_Scripting and http://wiki.xbmc.org/?title=List_of_Built_In_Functions and: http://wiki.xbmc.org/?title=Web_Server_HTTP_API (Yes these can not only use used via the web server) Note that "plugins" does not mean the same thing in the world of XBMC as they do in Meedio/MeediOS and MediaPortal worlds: http://wiki.xbmc.org/?title=Add-ons zag2me Wrote:- External player support with conditions for video extensions, or filenames, or types. E.G. different players for youtube videos, or x264 videos.Very latest XBMC SVN supports this: http://trac.xbmc.org/milestone/9.10 zag2me Wrote:- Music jukebox (all music actions on one screen with no popups or need to go to a menu to browse music, works like a traditional jukebox)huh? ...start a new discussion in the feature discussion forum if one does not already exist for this concept. zag2me Wrote:- Ability to launch external applications from a menu item (currently have to click about 5 times just to launch a games emulator or web browser)That is skinnable today via the above mentioned "built in functions", commands, ...maybe not very user-friendly but it works as a workaround until we get out own games library support.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
marcus d
Junior Member Posts: 35 Joined: Jun 2009 Reputation: 0 Location: Oxford(ish) |
2009-06-17 23:50
Post: #15
Well having been a Media Portal user for few years I have (last week) switched to XBMC so my comments may be limited but, generally :--
I find XBMC :- [INDENT][/INDENT]Far more user friendly - wife and kids agree here too. [INDENT][/INDENT]More stable. [INDENT][/INDENT]Has enough capabilities for our purposes [INDENT][/INDENT]Friendly and helpful forum. Compared to Media Portal [INDENT][/INDENT]Media Portal is far more high maintenance just to keep [INDENT][/INDENT]relatively stable [INDENT][/INDENT]Slightly slower on my set up [INDENT][/INDENT]Complicated for complicated sake [INDENT][/INDENT]Has too many (for us) functions/options [INDENT][/INDENT]Slower to boot [INDENT][/INDENT]Hangs more frequently than XBMC [INDENT][/INDENT]Has a better system for image grabbing [INDENT][/INDENT]Better options within the menus - but bordering on too [INDENT][/INDENT]much..." complicated for... " [INDENT][/INDENT]More skins available [INDENT][/INDENT]The SVN download procedures were much clearer for me I guess it’s a case of get what suits you, and for me its XBMC all the way now. I appreciate that I may be a 'limited' user of my htpc and if you wanted more functionality, customisation options then have a look at MP. Please all I’m not intending to start a battle with this post these are merely my opinions on what we need here. Keep up the good work all and keep XBMC un-complicated
(This post was last modified: 2009-06-17 23:56 by marcus d.)
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2009-06-18 12:01
Post: #16
Compromises sometimes have to be made, and then the needs of the many may have to outweigh the needs of the few.
http://xbmc.org/about/vision/ Quote:VisionThe fact is as XBMC Media Center is no longer only a niche product for a people that mod their Xbox for it, XBMC can not be everything including the kitchen sink to everyone, some people might feel that this limits or restricts them, however others might understand that this bring stability and makes it more user-friendly to use for the larger majority of end-users. So while we are not Microsoft or Apple, thus we can still be very flexible, XBMC is today aimed for the masses, as a product by the people for the people. marcus d Wrote:I find XBMC :-@marcus d, you seem to be in XBMC target audience sweetspot there
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
marcus d
Junior Member Posts: 35 Joined: Jun 2009 Reputation: 0 Location: Oxford(ish) |
2009-06-18 13:11
Post: #17
Again, IMHO, XBMC is almost perfect, not just the way it operates but the whole ethos of the devs. Keep it lean and simple as a base product yet if anyone wants to code up some add ons go for it but make them an option... if you want it get it and use it, if you dont want it, well at least you dont have a ton of options that you will not ever use, clogging up the UI and the sw.
From my Media Portal days it seemed that a lot of good add ons were available yet too many were incorporated into the base product. MP fans dont get me wrong its a stunning bit of kit but a tad too stunning (!!) for us simple/base users. Im confident that I was nowhere close to using MP to its full potential, because I never needed/wanted to. My final plea to the devs....." If it aint broke, dont fix it " keep it lean and mean. Oh and a big thanks for all the hard work put/being put in, Im here to stay ![]()
|
| find quote |
Jong
Junior Member Posts: 5 Joined: Jul 2009 Reputation: 0 Location: London, UK |
2009-07-10 13:57
Post: #18
Hi. I am a long time Meedio user (and before that it's predecessor MyHTPC) who recently spend several weeks evaluating XBMC. So here is the view from "the other side"!
As has been mentioned earlier MeediOS is in Alpha. This needs to be considered when evaluating. Whilst there is no doubt that XBMC is easier to get up and running there is also no doubt that Meedio and now MeediOS offers infinitely more powerful user configuration and library manipulation. This does make it hard to setup if you are not familiar with it. Much of this will be addressed by pre-packed themes nearer to full (or even beta) release. But, yes, it is likely MeediOS will always have a steeper learning curve than XBMC. However in return you get: - A very flexible plugin architecture that allows even relatively inexperienced programmers to enhance MeediOS though importers (meaning web scrapers), modules, themes, and (with MeediOS) even audio/video players - An infinitely more flexible UI allowing the configuration e.g. of nested menu items with any name, icon, background you wish. This, for example, allows you to have a single "TV" button at the top level with a sub menu showing "TV Shows" (normal XBMC TV Show style module) and "HULU", "NetFlix", "BBC iPlayer" and any other online or offline TV resources you may want. You no longer have to hide all your non-standard stuff under "Games". - A very powerful library that though use of multiple importers (scrapers) or direct editing can contain just about anything you want. You can have as many libraries as you want all individually accessible from the menu. - Even the screens are editable by the "power user" so you can change the tags from your library displayed on any screen and rearrange/resize things to your heart's content. - More powerful multi-player capability with "Playmee" plugin All this needs to be considered when trying out MeediOS when you are used to the simple but, for a Meedio user, limited user capabilities of XBMC.
(This post was last modified: 2009-07-11 19:29 by Gamester17.)
|
| find quote |
keeganl
Senior Member Posts: 134 Joined: Jul 2008 Reputation: 0 Location: Lafayette,LA |
2009-07-10 17:10
Post: #19
Whoa, Zag is on the XBMC forum. I used to use your plugins with meedio. I wanted to say this and clear any misconception. Maybe I miss understood, but it was said that meediOS's core is based on an outdated core from developers who dropped it years ago. MEEDIO was canned years ago and has been hacked to death. Fanart loads very slow on MEEDIO.
MeediOS on the other is being written from scratch and if you watch the new videos which are found here http://www.meedios.com, you will see that fanart and the GUI in general are much faster and run smoothly. I just wanted people to realize that Meedio and MeediOS are two different programs based around the same idea. MeediOS is built to resemble everything that their community loved about Meedio, but incorporate all the features that will benefit the software to run more efficiently and perform better. visiti http://www.meedios.com and read trough the forums. They have some great coders, but unfortunately there aren't as many people skinning for them. XBMC has the best skinners around, NO DOUBT. |
| find quote |
technojunkie
Member Posts: 57 Joined: Feb 2009 Reputation: 0 |
2009-07-10 20:40
Post: #20
I used Meedio Waaaaay back when it was MyHTPC, and paid for a Meedio license the day it was available. I used it up until the day that Pablo sold out to Yahoo.
What I liked about Meedio - massively configurable, but still fairly simple -- the backend and databases were a thing of beauty -- the menu was simple to configure in the backend, allowed easy entry creation using built-in components, plugins and external players and associated with appropriate database tabel for media - Meedio Add-Ins Directory(MAID) - control scheme/remote setup was easier/less time consuming than XBMC What I didn't like - Performance, when Pablo started using .NET the software started being too much for for my EPIA platform ( I saw this as an unnecessary bloat) - Windows only, hey you get more performance out of linux as we all know - wasn't as stable as it could be(and of course support went bye-bye after Yahoo bought Pablo out) HTPC Rig: Acer Revo 1600 /Tira2 IR rcvr NAS: UNRAID
(This post was last modified: 2011-08-23 20:48 by technojunkie.)
|
| find quote |

See =>
Search
Help