Code Monkey home page Code Monkey logo

Comments (3)

ahilles107 avatar ahilles107 commented on July 26, 2024

Hey,

we don't have yet support for other files than images in publisher (PR's are welcome).

Uploading file manually will not create required info in database.

from web-publisher.

CaerphillyMediaLtd avatar CaerphillyMediaLtd commented on July 26, 2024

we don't have yet support for other files than images in publisher (PR's are welcome).

Ahh ok. I'll look into it when I have time. Are there any workarounds for PDFs at the moment?

Uploading file manually will not create required info in database.

I've ported a wordpress site to publisher. All I did to get that working was rename the images to hashes of themselves and then add the record to swp_image. Is that not enough? For feature images, thumbnails, etc. I did also add records to swp_article_media, swp_image_rendition, etc.

I also came across another bug (?) while doing that. Images added to the database have to be in the media folder, if I add them to e.g. '/media/2012/feb/a.jpg', and do or don't use that path as the asset_id then it still doesn't work? Should it not work?

from web-publisher.

ahilles107 avatar ahilles107 commented on July 26, 2024

Pdf's - I would recommend to store them right now in some external system and link to it's storage in articles.

I've ported a wordpress site to publisher. All I did to get that working was rename the images to hashes of themselves and then add the record to swp_image. Is that not enough? For feature images, thumbnails, etc. I did also add records to swp_article_media, swp_image_rendition, etc.

For migrations I would recommend to create ninja files from Newscoop articles and handle media upload with assets push endpoint (this same way as super desk publishing queue) - if You don't use superdesk. If You use then best would be to import them to sd directly and push to publisher. We are doing this right now like that.

I also came across another bug (?) while doing that. Images added to the database have to be in the media folder, if I add them to e.g. '/media/2012/feb/a.jpg', and do or don't use that path as the asset_id then it still doesn't work? Should it not work?

For now media files are stored in flat structure, this is how media controller is loading them. We are open for improvements there ;)

from web-publisher.

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.