Coder Social home page Coder Social logo

Comments (6)

Jieiku avatar Jieiku commented on May 10, 2024

Also I just did another test to make sure this was still happening.

One thing that I did note is that catfs appears to be transferring the file at about 17 Mb/s which is the same speed I am seeing with mcachefs, so I think if I could get it start playing back without waiting for the entire file, then I could start using catfs

EDIT:
Another thing I just noticed, if you just let kodi wait for the entire file to get finished, and let the progress indicator spin, once the file is done completely downloading/caching, instead of playing it back kodi stops playback completely. THEN if you play the file back another time, it will load the file from cache (which is of course fast now that it is stored locally.)

from catfs.

Jieiku avatar Jieiku commented on May 10, 2024

I have carefully read over the catfs home page, I see user_xattr must be used, I am not sure if this is enabled on my system or not. I am currently investigating how to make sure its enabled.

from catfs.

kahing avatar kahing commented on May 10, 2024

I suspect the problem is that the application does not read the file sequentially. While catfs can stream from remote, if the application reads at offset n catfs does need to read from 0-n first

from catfs.

Jieiku avatar Jieiku commented on May 10, 2024

ah, well darn. So you do not suspect that user_xattr has anything to do with it then, if so I will stop chasing that rabbit. I just installed xattr on both the remote and local systems, and was getting ready to test that it works.

I am wondering if there is a way that I can check if kodi is reading the file sequentially or not, possibly from the ubuntu commandline

from catfs.

Jieiku avatar Jieiku commented on May 10, 2024

I made a post about it over in the Kodi development forums: https://forum.kodi.tv/showthread.php?tid=336660

I would really LOVE to use catfs with Kodi if that were ever possible.

from catfs.

Jieiku avatar Jieiku commented on May 10, 2024

So I got feedback and unfortunately Kodi does not read the file sequentially, so you were right.

Is there a setting that will alllow catfs to work on files non sequentially? it seemed like pcachefs was able to do it.

Please let me know either way, if not and no plans to then maybe if I get some free time I will try converting pcachefs to rust or c/c++ : ibizaman/pcachefs#5

Thanks.

from catfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.