Page 1 of 3
Missing file support
Posted: 09 Dec 2015, 12:21
by Premium
Will there be support for iso,img and video_ts files in the future?? I have a lot of old files that is not supported by MrMC. I dont have the time to convert all these files, and will hang on to my mini running kodi until support for dvd files is working.
Keep up the good work!!!
Re: Missing file support
Posted: 09 Dec 2015, 14:18
by davilla
Premium wrote:Will there be support for iso,img and video_ts files in the future?? I have a lot of old files that is not supported by MrMC. I dont have the time to convert all these files, and will hang on to my mini running kodi until support for dvd files is working.
Keep up the good work!!!
ios/img and video_tv support was removed, it was a big mess inside the codebase. However, there seems to be an interest in these formats so we will look at adding them back in a sane manner. BUT MrMC will never handle decrypting DVDs. That would be an instant rejection from the App Store.
Re: Missing file support
Posted: 09 Dec 2015, 15:13
by Premium
You mean dvd's with region codes?? This will be a killer app with this support!! Any eta when this could be reality?
Regards!!
Re: Missing file support
Posted: 10 Dec 2015, 22:43
by Italo Disco
davilla wrote:ios/img and video_tv support was removed, it was a big mess inside the codebase. However, there seems to be an interest in these formats so we will look at adding them back in a sane manner. BUT MrMC will never handle decrypting DVDs. That would be an instant rejection from the App Store.
I'll second that request. Being able to play unencrypted DVD's from a VIDEO_TS folder would be a very welcome addition to MrMC.
Re: Missing file support
Posted: 05 Feb 2016, 13:55
by Curt4U
ok, i'll be the third
PLS: iso and dvd folder
Re: Missing file support
Posted: 17 Feb 2016, 22:11
by Yorkie
For me, that would be the feature (unencrypted VIDEO_TS and ISO support) above all others that I'd like to see.
To be honest, I expected that they would be have been supported (as they are on Kodi) but I appreciate how much work must go into what's been done so far.
So I'll keep looking out for the updates with fingers crossed.
Re: Missing file support
Posted: 17 Feb 2016, 23:14
by davilla
Yorkie wrote:For me, that would be the feature (unencrypted VIDEO_TS and ISO support) above all others that I'd like to see.
To be honest, I expected that they would be have been supported (as they are on Kodi) but I appreciate how much work must go into what's been done so far.
So I'll keep looking out for the updates with fingers crossed.
unencrypted VIDEO_TS and ISO support will be in the 1st 2.x version.
Re: Missing file support
Posted: 18 Feb 2016, 11:22
by Premium
IMG??
Re: Missing file support
Posted: 02 Mar 2016, 09:31
by shadow.jedi
Looking forward to video_ts

Re: Missing file support
Posted: 02 Mar 2016, 12:45
by davilla
dvd in iso/img is working in the future 2.x series. that leaves raw video_ts support, thus the poll.
Raw video_ts is harder as libdvdnav does not have a true vfs support and we are looking into ways to resolve that issue.
Kodi/ATV4 has it but it uses a special alias wrapping of system file i/o to get vfs support. For App Store submission, we must compile with embedded bitcode and alias wrapping is not supported with embedded bitcode.