Giter Site home page Giter Site logo

Comments (1)

ShaneIsrael avatar ShaneIsrael commented on July 18, 2024

Unfortunately the way Fireshare is designed a unique url like that wouldn't work because it would require a database entry in order to correlate to the symlink file. The URL matches the symlink file name exactly so that the internal nginx process can be used to serve the video and not require a python backend process to serve it.

I also do not want to add in the ability to override the url name because it would break a core feature of fireshare which is that the url names are generated based off of a hash of the actual file. Meaning that if you ever deleted your fireshare database either by acciden, on purpose, or just moved fireshare to a new system it would still generate identical URL's to your videos meaning as long as you have the original video the url will always work.

If I allowed overriding that, this process would no longer work and if the fireshare database was ever moved or deleted those overridden urls would no longer work because they would require a db lookup.

tl;dr
Unfortunately your request is not possible without breaking one of the main aspects of Fireshare. If that is a deal breaker for you I'm sorry. Fireshare does support open graph data. So if you share a link to your video in most modern chat programs it should display your videos title/description.

from fireshare.

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.