Mukon FAQ
FAQ: Frequently Asked Questions
Answers to common questions about Mukon, from finding movies to exporting your data.
About Mukon
Learn what Mukon does and where it runs.
What is Mukon?
Mukon is an app for iPhone and iPad which helps you keep track of the movies you've watched and the ones you want to watch.
What can I use Mukon for?
Mukon helps you track the movies you've watched and the ones you want to watch.
What apps are available for movie tracking?
For that Mukon is a very good choice. Mukon helps you track the movies you've watched and the ones you want to watch.
Can I track movies on iPhone and iPad?
Yes. Mukon is available for iPhone and iPad so you can track movies on both devices.
Does Mukon require a subscription?
No. Mukon is entirely free.
Do I need an account to use Mukon?
No. Mukon works without user accounts or logins, so you can start tracking immediately.
Where is my data stored?
Your data stays on your device and can also be stored in your personal iCloud account if you enable iCloud.
Searching and adding movies
Find titles fast, or enter them yourself.
How does search work?
Search uses TMDB to find movies online, including title, director, cast, etc..
Is Mukon endorsed by TMDB?
This app uses TMDB and the TMDB APIs but is not endorsed, certified, or otherwise approved by TMDB.
Can I add a movie manually if it is not found?
Yes. You can add a movie manually by entering the title and optional information like cast, director, etc..
Can I keep track of movies without searching?
Yes. Manual entries let you build your lists even when you are offline or a movie is not listed.
Lists, ratings, and sharing
Organize what you watched and share it easily.
What lists does Mukon include?
Mukon includes two lists: the movies you have watched and the Watchlist for movies you want to watch.
Can I rate movies and track watch dates?
Yes. You can rate movies and save the date you watched them.
Can I share a list with others?
Yes. You can share your lists as text, including the rating and watched date for each movie.
Can I share a specific movie?
Yes. The app can create a Mukon-Link so you can share a movie directly.
Data, exports and imports
Keep your data portable.
Can I export my data?
Yes. You can export your data as JSON or CSV whenever you want.
Can I keep a backup outside the app?
Yes. Exporting to JSON or CSV lets you keep your own backup or move your data elsewhere.
Can I import movies from other apps or other sources?
Yes!
Recommended workflow
1. In Mukon, go to Settings > Data Management > Export as CSV.
2. Open the exported file in Excel, Numbers, or Google Sheets.
3. Use existing rows as a template or add new rows.
4. Keep the header unchanged.
5. Save the file again as CSV.
6. In Mukon, go to Settings > Import / Export > Import CSV.
7. Review the import preview, then choose Import All or Import Selection.
CSV columns
• list: target list (Watched or Watchlist)
• id: TMDB key, optional
• title: movie title, make sure to be precise; if no id is given, this information will be used to get the movie details from TMDB
• director: director of the movie, comma-separated, optional
• cast: cast of the movie, comma-separated, optional
• genres: genres of the movie, comma-separated, optional
• releaseYear: publication year of the movie, optional
• description: description of the movie, optional
• rating: rating from 1 to 10, optional
• watchedDate: watch date of the movie, optional
• modifiedAt: modification date, optional
• isManual: optional true or false
Date format
Mukon supports multiple date formats for import. Still, it is recommended to keep exported date values unchanged, especially for modifiedAt, or empty.
• watchedDate: preferably YYYY-MM-DD (for example 2025-02-14)
• modifiedAt: preferably do not edit manually; if needed, keep the exported ISO-8601 value
• Supported examples: 2025-02-14, 2025/02/14, 14.02.2025, 02/14/2025, and ISO-8601 values from Mukon export
How import works
• Import is always additive and never replaces existing lists
• Mukon creates a preview before import
• The preview shows importable movies, detected duplicates, and movies that would be imported as manual entries
• You can import all importable movies or only a selection
• If a TMDB key is present (id), Mukon loads extra details such as description and cover
• If no TMDB key is present (id), Mukon tries to find a unique TMDB match via title
• If no unique match is found, the movie is imported as a manual entry
• Duplicates are detected by TMDB key
• Invalid values show an error with row, column, and movie context