From my last look at MediaInfo, it was a no go at least in the form of a dll - too much string manipulation via STL stuff IIRC.
For MP4 files (the only one we've been asked for, and the only one I know of with at least some major player (apple) using it) then we already have an MP4 tag reader - it'd just need the atoms added.
thericky:
I'd encourage you to at least try what I say. If it picks up *something* in the MP4 tag reader from my music, then extension is a heck of a lot easier for videos sometime in the future. And they're NOT ID3 tags - they're MP4 native atoms. Lastly, I know it wasn't your intent, but:
<rant>Suggesting that "it'd not be hard for someone that knows what they're doing" just turned off 99% of all developers. If it's not hard, stump up and do it yourself. This is a volunteer project, we do it in our own free time, and one thing that's consistent across all people no matter what they do is they hate being told what they should do with their free time. We do whatever we bloody well like, whenever we bloody well feel like it.</rant>
Cheers,
Jonathan
Read the metadata tags from video container files and import into database / library?
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2008-03-15 02:23
Post: #11
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 |
thericky
Member Posts: 55 Joined: Sep 2005 Reputation: 0 |
2008-03-15 07:06
Post: #12
Sorry, didn't mean for it to be taken that way. If I had the spare time, I would absolutely code it myself. I wasn't aware that they weren't ID3... I guess iTunes makes it look like they are.
I thank you all for your efforts on XBMC and don't mean to sound ungrateful. I will try it in the My Music section and post here with the results soon. I already went through and populated all of my tv show folders with folder.jpg files as well as well-named files and it's working great. I'm watching Danger Mouse as I type this. ![]() Keep up the good work. |
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-08-27 18:12
Post: #13
XBMC is in a feature freeze right now but I thought that I would bump this discussion anyway because it relates to this other discussion about adding all files to the databases and library => http://forum.xbmc.org/showthread.php?tid=14186
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 |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-09-23 16:25
Post: #14
FYI; a new generic meta data API will be implemented in FFmpeg SVN soon, that is hopefully in time after XBMC Atlantis 'Gold' have been released, so no need to look at this just now but when it is time to upgrade FFmpeg in XBMC's DVDPlayer video-player core.
http://lists.mplayerhq.hu/pipermail/ffmp...53753.html http://lists.mplayerhq.hu/pipermail/ffmp...html#53753 Quote:A generic metadata API was queried several times... Now, here it is !I am not sure if this will be of any help with this or not? ![]() PS! Also note that FFmpeg is currently undergoing major changes in its other API/ABI as well, (and last valid revision for libavcodec version 51 is r15261), which is good to keep in mind when it is time to update FFmpeg in XBMC's DVDPlayer.
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: 2008-09-23 16:32 by Gamester17.)
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
I wonder if MediaInfo still the best option to work as a atom tag reader for video files when scanning them into the database?
jmarshall Wrote:So I decided to I e-mail MediaInfo's author, Jerome Martinez (a.k.a. Zenitram), asking about this and I got this reply:Gamester17 Wrote:Could we not use MediaInfo library in XBMC when scanning video files into the database?From my last look at MediaInfo, it was a no go at least in the form of a dll - too much string manipulation via STL stuff IIRC. Quote:Hi, 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 |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2008-09-25 23:06
Post: #16
See what I posted on trac. As far as our dll loader is concerned, STL strings within the dll are what we can't handle - nothing to do with the interface per-se.
Cheers, Jonathan 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 |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-09-26 11:06
Post: #17
http://trac.xbmc.org/ticket/3824
jmarshall Wrote:Note that the problem, as far as the xbox (and win32) is concerned at least, is due to STL being used within the library, not for the interface per-se.MediaInfo's author, Jerome Martinez (a.k.a. Zenitram), said that he would be willing to work with XBMC developers in order get MediaInfo library working in XBMC, (his e-mail address is "zen at mediaarea dot net"). Would that help? ...or what about using it as a static library?
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 |
blckshp
Junior Member Posts: 6 Joined: Oct 2008 Reputation: 0 |
2008-10-19 05:12
Post: #18
All of my .mp4 files are atomized via MetaX via AtomicParsley. How can I view the relevant info such as director and cast as well as the cover image saved in atoms like that of the IMDB Video Library?
[Edit] Or....What do I use to edit or create my own the MyVideos*.db ?
(This post was last modified: 2008-10-19 19:28 by blckshp.)
|
| find quote |
blckshp
Junior Member Posts: 6 Joined: Oct 2008 Reputation: 0 |
2008-10-24 16:15
Post: #19
How can I help push a new feature (see Ticket #5079, http://trac.xbmc.org/ticket/5079) to add mp4 meta data to the video library (ref. my previous post: http://forum.xbmc.org/showthread.php?tid=39205) as it is evident the meta data is being read (probably via atomicparsely) so all that needs to be done is add to library via sqlite3.
I see this being much more efficient than the IMDB lookup, and a more reliable population of the library on multiple systems. Show me where to get started!!! |
| find quote |
Lumpsack
Senior Member Posts: 103 Joined: Oct 2008 Reputation: 0 |
2008-10-24 17:31
Post: #20
Maybe the developers section of the forums can help
|
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)



)
Search
Help