Giter Club home page Giter Club logo

Comments (4)

Cazzar avatar Cazzar commented on June 20, 2024

The main problem right now is trying to find a way to properly map the file to the right place.

from shokoserver.

natyusha avatar natyusha commented on June 20, 2024

Couldn't this be resolved by comparing the parent foldername + filename instead of the full path like in the Plex agent?

var linPath = (@"/anime/009-1/009-1 - 01.mkv");
var linDir = Path.GetFileName(Path.GetDirectoryName(linPath));
var linFil = Path.GetFileName(linPath);
var linPar = Path.Combine(linDir, linFil);
Console.WriteLine(linPar);

Console Output: 009-1/009-1 - 01.mkv

from shokoserver.

ElementalCrisis avatar ElementalCrisis commented on June 20, 2024

@Cazzar please correct me if I'm wrong but syncing does work for the following cases.

  • Shoko and Plex on same system.
  • Shoko and Plex on different systems but same OS.

The issue seems to be when Shoko and Plex are on different systems with different OS?

from shokoserver.

Cazzar avatar Cazzar commented on June 20, 2024

@natyusha that will not work, as it is not the issue at all.
The issue itself is the mismatch of the path separator character when plex and shoko are on differing OS systems.

The issue is a low priority ultimately

from shokoserver.

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.