Cooperation

We are open to various kinds of cooperation from testing to API for data import/export. Do not hesitate to contact us with your offer.

Translations

At the moment, we are able to publish the application in English, Czech, Slovak and German language. The other languages in the selection are only available for translation from the movie database. The user interface is not translated.

We use community translation to translate the user interface of other languages - you can join here: https://admin.mounmovies.com/index.php?page=translations (use the same data to log in as in the application). The changes will only take effect after the application is updated (approx. once a month), you can contact us to speed it up.

If you can offer a translation into any of the missing languages, please contact us.

Disc database

  • We managed to successfully establish cooperation with the Czech disk distributor MagicBox, who provided their entire database.
  • Negotiations were also started with the former Czech disc distributor Bontofilm, unfortunately, due to the expired license rights, we could not obtain this data.
  • We also import data from the German publisher Universal Pictures Home Entertainment
  • Negotiations with other distributors (mainly abroad) will be started soon. If you are interested, do not hesitate to contact us.

    Affiliate with shops

    We are using CJ Affiliate service for show links and prices of selected e-shops. Thanks to this service, we earn a commission on purchases from the following partners:

    We also use the affiliate program from Amazon.

    This method contributes to the functioning of the application, which is otherwise completely free. Thank you for supporting us.

    Cooperation with e-shops

    The application allows you to display the prices of individual discs from various e-shops. To do this, you need to register the e-shop (by e-mail) and send a link to an XML feed. We currently support two possible XML feeds (Heureka CZ and Google). The Heureka feed looks like this:

    <?xml version="1.0" encoding="utf-8"?> <SHOP> ... <SHOPITEM> <EAN>1234567890123</EAN> <URL>https://www.shop.com/product_url</URL> <PRICE_VAT>10</PRICE_VAT> <PRICE_CUR>EUR</PRICE_CUR> </SHOPITEM> <SHOPITEM> <EAN>1234567890124</EAN> <URL>https://www.shop.com/product_url</URL> <PRICE_VAT>99</PRICE_VAT> <PRICE_CUR>CZK</PRICE_CUR> </SHOPITEM> ... </SHOP>
    • Tags <EAN>, <URL> a <PRICE_VAT> are mandatory.
    • If the <PRICE_CUR> currency tag is not filled in, the currency will be filled in automatically according to the e-shop settings.

    Google feed looks like this:

    <?xml version="1.0" encoding="utf-8"?> <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> <channel> ... <item> <g:gtin>1234567890123</g:gtin> <g:image_link>https://www.shop.com/product_url</g:image_link> <g:price>10 EUR</g:price> </item> <item> <g:gtin>1234567890124</g:gtin> <g:image_link>https://www.shop.com/product_url</g:image_link> <g:price>99 CZK</g:price> </item> ... </channel>

    At the moment, the following e-shops are involved:

    Data import

    You can import ratings from Letterboxd and ČSFD (only star rating without text).

    Data import and export

    We do not provide any data export or any public API at this time. If you are interested in this option, please contact us.

    HTML/JS Widget

    You can add widget to your webpage like this. The disc title is loaded by EAN. For more info, please contact us.