Giter VIP home page Giter VIP logo

Comments (7)

NaPs avatar NaPs commented on August 16, 2024

I think this bug is caused by a relative path used while import with --symlink. Can you try using an absolute one?

If you confirm that the problem is actually caused by a relative path, I'll patch Kolekto to convert relative paths to absolute one.

from kolekto.

tetraf avatar tetraf commented on August 16, 2024

With absolute symlinks, I don't have this error. But I need relative symlinks, the tree is on a network mountpoint.

from kolekto.

NaPs avatar NaPs commented on August 16, 2024

Ok, I can translate relative symlink to relative one from the root of the Kolekto tree, but I can't promise you a patch today.

That said, I do not recommend using symbolic links to import movies in Kolekto. I rely on the fact that the movies pool will not be modified by hand and Kolekto will traceback if you rename/delete any movie which will cause a broken link. I recommend using hard links: they are not affected by any rename or delete, and if you decide someday to use Kolekto as your main movies pool, you just have to delete the original files to do the job :-).

from kolekto.

tetraf avatar tetraf commented on August 16, 2024

Yeah but the hardlinks don't works with distinct FS and some FS don't support them. If I want to backup the tree, it's lighter to backup symlinks. I can't use Kolekto as my main movie pool, if a bug breaks the system, I has a bunch of files named by sha1 which is not usable.

from kolekto.

NaPs avatar NaPs commented on August 16, 2024

Yep, I anticipated this kind of problem (as I use Kolekto as main pool) and implemented a dump command which allow to export the database in JSON format. I run it each day by a cronjob.

from kolekto.

NaPs avatar NaPs commented on August 16, 2024

I finally fixed your problem. Can you confirm that 478e2ec do what is expected from it?

from kolekto.

tetraf avatar tetraf commented on August 16, 2024

I confirm, no more problem with this version.

from kolekto.

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.