Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7
Multi RAR support no longer works
#46
yes, i can reproduce.

it works with the new rar naming scheme, but somehow libarchive screws up with the old. it will take some deep debugging to figure out the why and i don't have the time right now.
Reply
#47
(2018-01-25, 11:41)spiff Wrote: yes, i can reproduce.

it works with the new rar naming scheme, but somehow libarchive screws up with the old. it will take some deep debugging to figure out the why and i don't have the time right now.
 Thanks for the confirmation! 
Is there any chance the nightlys will include the old librar.vfs again? dunnow why it's removed but under Android is nearly impossible to add on my own due APK signature... :/

Dan
Reply
#48
vfs.rar isn't removed in nightlies, but currently it fails to build for android.
Reply
#49
Thanks for your information. Anyone able to tell if this will be corrected by changes to other program parts or does that need changes to the addon code?
In the second case I guess nobody will do that since libarchive is it's successsor...

I'll just keep fingers crossed, love to use the progress in the dailys like I use the DRM support daily already for Netflix & Amazon.

Thanks,
Dan
Reply
#50
damn, this was unexpected. i eventually tracked it down to a bug in the file cache, https://github.com/xbmc/xbmc/pull/13488

old style, new style from local or from sftp now works fine for me. your mileage may still vary of course.
Reply
#51
vfs.rar is included again android nigthlies.
The fix was easier then I initially thought.
Reply
#52
i still have exact the same problem on the latest v18 nightly and the nightlies before. i use nvidia shield 2017 hardware.
It works fine when trying to play the same movie on my windows 10 laptop on latest v18 nightly.
It works fine when trying to play the same movie on nvidia shield with latest SPMC release.
It only plays audio, but no video when trying to play the same movie on latest v18 nightly on nvidia shield.

any suggestions how i can fix this ?

thanks in advance
Reply
#53
It is my experience with Beta 4 both on Windows and on my Nvidia Shield that multiple rar support still does not work. I have enabled the rar vfs plugin, and after doing that the shows I have stored in this format are scraped properly and show up in my library. However, any attempt to play them results in a "This file is no longer available". Manually navigating to my files in kodi reveals the video file, as if it can see it just fine, but they cannot be played, and it just pops me back with no error message.
Reply
#54
works for me, using both vfs.rar and vfs.libarchive. need more loggery.
Reply
#55
Loggery: https://paste.kodi.tv/etuxafafoh.kodi

Edit: It's perhaps pertinent to mention that I *can* play these files with e.g. mpv just fine over the same connection (SMB) to the share, from the same machine. So, the files are reachable, I can play them with other software, I can also play uncompressed video just fine over the same connection. It's multi-volume rar from Kodi exclusively that's the issue as far as I can tell.
Reply
#56
hmm i think i know what's up.

can you please check your vfs.rar addon.xml and see if it has 'encodedhostname="true"' in it ?
Reply
#57
(2018-10-26, 13:11)spiff Wrote: hmm i think i know what's up.

can you please check your vfs.rar addon.xml and see if it has 'encodedhostname="true"' in it ?
 Guess you first have to merge the PR and tag the new version for to be added to repo Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#58
yes, just want confirmation it's all there is to it.
Reply
#59
It does not.

For the record, this is the file as it came with my beta 4: https://paste.kodi.tv/agotetexus.kodi - I have made no attempts to modify or screw around with it.
Reply
#60
i know, i know. bear with me.

please add it, so it looks like
Code:
...
   directories="true"
    filedirectories="true"
    encodedhostname="true"
...
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
Multi RAR support no longer works0