This is one thing i'd love to see in XBMC.
http://forum.xbmc.org/showthread.php?tid...season.nfo
What feature would you like to see in the next xbmc version?
karandras24
Senior Member Posts: 124 Joined: Mar 2010 Reputation: 3 |
2012-03-26 21:57
Post: #11
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-27 00:26
Post: #12
I'd just like to note that take anything you see in the trac roadmap with a grain of salt. Not many folk on the team bother with it, so it may be wildly inaccurate (or wildly accurate) depending on who last went there
![]() XBMC developers typically work on what they feel like it. Obviously we care about what the community wants, and that tends to shape our ideas as to what to work on, but we're also aware that folk that come to the forums are a small, likely unrepresentative, sample of our userbase, so we have to be careful that we don't spend too much time on things that forum users demand, yet may not be used at all by other users. 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. ![]()
(This post was last modified: 2012-03-27 00:33 by jmarshall.)
|
| find quote |
Thracx
Junior Member Joined: Aug 2008 Reputation: 0 Location: Northern VA |
2012-03-27 06:29
Post: #13
(2012-03-26 20:18)ghostelement Wrote: XBMC Server integration built in. All media, art, metadata, and settings are stored on a central server. Your client XBMC boxes will all show the same information no matter what because they are all accessing it from the same central point. Things like themes or playlists can be changed on the client boxes, but everything is pretty much synced. When you install an addon on one computer, it will install it on all of the clients. It will ask you if you want to enable that addon for all clients, or just this one you're currently on. (2012-03-26 20:34)DDDamian Wrote: - addon repos arranged by XBMC version compatibility (2012-03-26 21:14)Tight_wad Wrote: 4) Anything that will improve the speed of shared database and shared thumbsI'll +1 the above requests, and add these:
Any of my other ideas would have to involve me learning and improving the SQL database directly so I won't post them here. -Thracx "Man wants to know, and when he ceases to do so, he is no longer a man." -Fridtjof Nansen |
| find quote |
bossanova808
Donor Joined: Sep 2009 Reputation: 20 Location: Melbourne, Australia |
2012-03-27 07:54
Post: #14
Abstraction from specific file names/paths - moving to using the logical entity instead.
So Donnie Darko (2005) or Mad Men S05E02 - but not tied to the actual path/file so that if you change serving methods, move files etc, it can just re-jog the reference to where the file is, without having to re-do/scan all the metadata/watched statusses etc. This means you could, for instance, fairly easily try NFS vs SMB vs FTP etc etc. on different platforms and avoid the fairly significant perfomance penalty that seems to come with path substitution... My XBMC stuff: ...inc: |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-27 07:58
Post: #15
The problem with that one is you have to know where the file is. The trick is to use a hash of the file to detect dupes on scan (in case user scans new location) and if the file isn't there, check whether it might have moved (eg is the source gone as well?) and ask the user to correct things. The latter is something that wouldn't take too much to do right away - an ideal project for someone wishing to get their feet wet. The second would require some changes in the db which would be slightly more work.
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 |
TRaSH
Senior Member Joined: Jul 2011 Reputation: 1 |
2012-03-27 08:14
Post: #16
Possible to make separate moviedb.
Kids/main movies not the cripled smartlist of profiles way. That's still 1 big miss with xbmc where wmc+mb made it better with databases and entry points. Windows 7, 64-bit | XBMC Frodo | Aeon Nox | MONEUAL 320B (not working remote and display:angry:, yet) | Intel® Core i5 CPU 661 | Sapphire HD 6570 1GB DDR3 Onkyo TX-SR875 | Teufel System 5 THX Cinema 5.1 HP Microserver N40L WHS 2011 8TB ![]() |
| find quote |
Eisi2005
Fan Posts: 588 Joined: Feb 2011 Reputation: 1 Location: Germany |
2012-03-27 08:40
Post: #17
Ok here are my wishes
![]() 1. a better parent control. Profiles or master user are ok but the select profile window or the password prompt must come after suspend. I think many users use the suspend function to start there xbmc over a remote control. 2. rating and votes update without new scan Otherwise is the rest of xbmc for me perfect. Greets Eisi |
| find quote |
Thracx
Junior Member Joined: Aug 2008 Reputation: 0 Location: Northern VA |
2012-03-27 15:09
Post: #18
(2012-03-27 07:54)bossanova808 Wrote: Abstraction from specific file names/paths - moving to using the logical entity instead.Oh how dreamy, I fantasize about this feature weekly ;-) But alas it would require significant DDL changes and would complicate the schema a bit. (2012-03-27 07:58)jmarshall Wrote: The problem with that one is you have to know where the file is. The trick is to use a hash of the file to detect dupes on scan (in case user scans new location) and if the file isn't there, check whether it might have moved (eg is the source gone as well?) and ask the user to correct things. The latter is something that wouldn't take too much to do right away - an ideal project for someone wishing to get their feet wet. The second would require some changes in the db which would be slightly more work.jmarshall, an alternative approach would be the separate the logical identity of the abstract media element and the media file(s) themselves - you would not need to use file hashes to detect dups, nor care if files are moved as long as the new location gets scanned. This forum probably isn't the place for such technical discussions, but if you are interested I'd be happy to talk through what I mean by this via PM or gChat. -Thracx "Man wants to know, and when he ceases to do so, he is no longer a man." -Fridtjof Nansen |
| find quote |
Mudislander
Skilled Skinner Joined: Jun 2009 Reputation: 20 |
2012-03-27 15:45
Post: #19
(2012-03-26 15:46)amet Wrote:(2012-03-26 15:42)zag2me Wrote: - XBMC social network If it ever did happen, I think it would be time to look for a new media center |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 114 Location: Dawn of time |
2012-03-27 15:46
Post: #20
(2012-03-27 15:45)Mudislander Wrote: If it ever did happen, I think it would be time to look for a new media center ![]() and I agree
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first For your mediacenter artwork go to ![]() |
| find quote |


![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
![[Image: all-fanart.jpg]](http://trakt.tv/user/aws1971/widgets/watched/all-fanart.jpg)



![[Image: fanarttv.png]](http://trakt.us/images/thanks/fanarttv.png)
Search
Help