edud 0 Posted September 26, 2015 Posted September 26, 2015 If you could give some pointers into the code for the scanning, I might scratch my own itches here.
Luke 42078 Posted September 27, 2015 Posted September 27, 2015 this is our class that extracts media info: https://github.com/MediaBrowser/Emby/blob/6a246356c21efcec736fe5bbd79df7cc61e9dcdb/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs So the first part of the project would be to get the data imported into the server into some kind of data structure. truthfully this is really the easy part. the real challenge is getting the information added to the api and getting the apps to support it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now