Implement .m3u support and new extensions.#17
Open
ArturitoManito wants to merge 1 commit intoMediaBrowser:masterfrom
Open
Implement .m3u support and new extensions.#17ArturitoManito wants to merge 1 commit intoMediaBrowser:masterfrom
ArturitoManito wants to merge 1 commit intoMediaBrowser:masterfrom
Conversation
Member
|
are the m3u's in the same directory as the game? doesn't that cause it to be detected twice? |
Contributor
Author
|
Yes, they are in The same directory but, users can rename their multi-disc files to something like Game (Disc 1).chd, Game (Disc 2).chd, etc., and create a Game.m3u as the primary entry point. Then by adding a .embyignore file with the pattern *(Disc ), the server will ignore the individual discs and only list the .m3u in the library. The other games that doesn't have multi disc's Will continue to be found as .CHD. |
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.
Added .m3u extension support to the GameResolver for disc-based platforms. This allows modern emulators to handle multi-disc games as a single library entry. Platforms updated: Sony PlayStation 1 & 2, Sega Saturn, Sega CD, Dreamcast, and Nintendo GameCube.
New extensions to Nintendo 3DS: ".3dsx", ".cia", ".cxi", ".cci", ".zcci", ".zcxi", ".z3dsx".
New extension to Playstation 3: ".iso"