Add MIVF Player#574
Merged
Merged
Conversation
Test ResultsGitHub -- Oldhimaster1/MIVF
{
"github": "Oldhimaster1/MIVF",
"title": "MIVF Player",
"description": "A custom MIVF video player for Nintendo 3DS with lots of features.",
"systems": [
"3DS"
],
"categories": [
"app",
"media"
],
"llm_generation": "minor",
"icon": "https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/icon48.png",
"image": "https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/banner.png",
"unique_ids": [
1015809
],
"long_description": "\nMIVF Player is a homebrew video player for Nintendo 3DS built around the custom MIVF container format.\n\nIt supports custom MIVF video streams plus IA4M audio. The player is designed for real Nintendo 3DS hardware and includes a file browser, playback controls, subtitles, chapters, resume bookmarks, favorites, playlists, aspect-ratio modes, and settings saved on the SD card.\n\nVideos can be converted on PC with the included `encode_mivf` encoder. Encoded `.mivf` files can be placed in `sdmc:/mivf/`, `sdmc:/3ds/mivf_player_3ds/`, or the SD root.\n\n(M2Y2 range coding can reduce file size while preserving the already-encoded video packets losslessly... or in simpler terms.... video is highh quality with very small file size)\n",
"download_filter": "^mivf_player_3ds\\.(cia|3dsx)$",
"script_message": "Place encoded .mivf videos in sdmc:/mivf/ or sdmc:/3ds/mivf_player_3ds/. PC video encoding requires the separate encode_mivf tool from the GitHub release.",
"stars": 1,
"author": "Oldhimaster1",
"avatar": "https://avatars.githubusercontent.com/u/179153474?v=4",
"source": "https://github.com/Oldhimaster1/MIVF",
"created": "2026-06-27T23:27:59Z",
"license": "mit",
"license_name": "MIT License",
"download_page": "https://github.com/Oldhimaster1/MIVF/releases",
"version": "v1.0.0",
"version_title": "MIVF Player & Encoder v1.0",
"update_notes_md": "First official release! Includes PC encoders and 3DS binaries.",
"update_notes": "<p dir=\"auto\">First official release! Includes PC encoders and 3DS binaries.</p>",
"updated": "2026-06-30T14:45:02Z",
"downloads": {
"mivf_player_3ds.3dsx": {
"url": "https://github.com/Oldhimaster1/MIVF/releases/download/v1.0.0/mivf_player_3ds.3dsx",
"size": 269776,
"size_str": "263 KiB"
},
"mivf_player_3ds.cia": {
"url": "https://github.com/Oldhimaster1/MIVF/releases/download/v1.0.0/mivf_player_3ds.cia",
"size": 362432,
"size_str": "353 KiB"
}
},
"image_length": 4907,
"icon_index": -1,
"color": "#294c7a",
"color_bg": "#294c7a",
"qr": {
"mivf_player_3ds.cia": "https://db.universal-team.net/assets/images/qr/mivf_player_3ds-cia.png"
}
}https://raw.githubusercontent.com/Oldhimaster1/MIVF/refs/heads/main/meta/icon48.png |
Test ResultsGitHub -- Tikman420/3d-platformer
{
"github": "Tikman420/3d-platformer",
"systems": [
"3DS"
],
"categories": [
"game"
],
"llm_generation": "no",
"icon": "https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png",
"stars": 0,
"title": "3d-platformer",
"author": "Tikman",
"description": "a 2D platformer in a 3D world",
"avatar": "https://avatars.githubusercontent.com/u/90555053?v=4",
"source": "https://github.com/Tikman420/3d-platformer",
"created": "2026-04-12T19:46:24Z",
"license": "zlib",
"license_name": "zlib License",
"download_page": "https://github.com/Tikman420/3d-platformer/releases",
"version": "1.0",
"version_title": "1.0",
"updated": "2026-06-08T15:29:35Z",
"downloads": {
"3d-platformer.3dsx": {
"url": "https://github.com/Tikman420/3d-platformer/releases/download/1.0/3d-platformer.3dsx",
"size": 511744,
"size_str": "499 KiB"
}
},
"image": "https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png",
"image_length": 5139,
"icon_index": -1,
"color": "#4f6252",
"color_bg": "#4f6252"
}https://raw.githubusercontent.com/Tikman420/3d-platformer/master/icon.png |
Member
|
fyi your branch was based on #503's branch which created a minor merge conflict. Not a big deal, I fixed it, but for future reference you should make sure your branches are based on upstream/master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds MIVF Player, a Nintendo 3DS homebrew video player using the custom MIVF container format.