Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Subfolders #324

Open
a8bit opened this issue Dec 24, 2021 · 1 comment
Open

[RFC] Subfolders #324

a8bit opened this issue Dec 24, 2021 · 1 comment

Comments

@a8bit
Copy link

a8bit commented Dec 24, 2021

I can't find any documentation on how skyscraper handles subfolders and the metadata for them. Could you explain how this functionality is implemented?

Here's my particular use case, I'd like to set up skyscraper to handle this when I build a gamelist but I don't know how.

I have the usual system rom folders, gb/gbc/snes, etc. Inside those folders I have a "Homebrew" and a "Demo" folder, the same two folders in every system rom folder. In my gamelist.xml I have

	<folder>
		<name>Homebrew</name>
		<desc>Homebrew and Hacks</desc>
		<image>./.media/folders/homebrew.png</image>
		<thumbnail>./.media/folders/folder.svg</thumbnail>
		<path>./Homebrew</path>
	</folder>
	<folder>
		<name>Demos</name>
		<desc>Demoscene Releases</desc>
		<image>./.media/folders/demo.png</image>
		<thumbnail>./.media/folders/folder.svg</thumbnail>
		<path>./Demos</path>
	</folder>

to give the folders some metadata.

I expect there is something I can do when importing custom data to include subfolder metadata but I can't see how to do it.

@muldjord
Copy link
Owner

muldjord commented Dec 25, 2021

Skyscraper doesn't scrape and add folder entries unless it is for a cd-rom based system. I don't think there's a good solution to your use case with Skyscraper at the moment, sorry.

EDIT: Btw, you might have better luck asking in the RetroPie forums. I'm pretty sure others have your use case. There's some clever people on there and someone might have found a workaround.

I'm not working on Skyscraper currently and I have to admit I don't even know how folders work in gamelists in the newer versions of ES. I've never arranged roms this way myself, so I've never had any use for it and therefore haven't implemented it in a useful way - yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants