I have very few blank lines as possible for what I want & very short uncommented descriptionsmakes the xml smaller.![]()
I have very few blank lines as possible for what I want & very short uncommented descriptionsmakes the xml smaller.![]()
I have very few blank lines as possible for what I want & very short uncommented descriptions
Yeah, I think it wont really need to be easily readable by humans
hey we're human, aren't we? Oh and by the way after deleting the date as you suggested, I also decided to delete the app ID which apparently we don't need it eitherhey can you send me your source for the XML generator? Would be nice if we could add the new PSN game link idea into it but webMAN don't handle those
![]()
[MENTION=89]aldostools[/MENTION] or maybe you could help with how to get the title ID variable from the param.sfo for PSN and WM games. We need it to add to the xml for covers links and boot links?
static int get_title_and_id_from_sfo(char *templn, char *tempID, char *entry_name, char *icon, char *data, u8 f0)
There are 2 ways:
1- The title id normally can be found in the path (/dev_hdd0/game/<titleid>/ICON0.PNG)
2- Or use the function get_title_and_id_from_sfo (found in games_html.h):
Code:static int get_title_and_id_from_sfo(char *templn, char *tempID, char *entry_name, char *icon, char *data, u8 f0)
templn must be passed with the full file path of PARAM.SFO. It returns the game's Title.
tempID returns the Title ID.
entry_name must be passed with the file name of the iso/folder. It is used to return it as the game's Title if PARAM.SFO is not found or if webman_config->use_filename is enabled.
icon returns the path of the cover (multiMAN cover or ICON0.PNG)
data is a temporary string buffer that is passed for copy.
f0 must be passed as the drive id. The title is always encoded as UTF8, except if f0 == NTFS.
Great thanks, thinking of leaving PSN games/homebrew out of this for now as it will get a little complicated, as it will need to ignore folders/sfo's that are not bootable games (game data).
<!--Game Cover URL-->
<url type="1">https://dl.dropboxusercontent.com/s/xv1c0y0zg2d5om1/gtav.png</url>
<url type="119">https://dl.dropboxusercontent.com/s/ol79mudbgr67k70/Grand-Theft-Auto-V-The-Official-Launch-Trailer-PS4-_1_.swf</url>
[MENTION=22544]DeViL303[/MENTION]
Just had a try about webMAN 1.43.28 to support Launchpad but doesn't work for meMaybe I'm wrong anywhere... ???
Is there a special Launchpad build to support webMAN plugin ? Let me know if you need to make beta tests
No, I wouldn't know. I didn't even know 1.43.28 had been released.
I Ran into problems/errors compiling the plugin and I cant be arsed reinstalling everything right now to see if I can fix it. Maybe someday ill try on another operating system/PC but for now this is stuck at v0.10.
Find sources. Thanks to [MENTION=79]Badboy[/MENTION]
https://github.com/aldostools/webMAN-MOD/commit/dfd464cab5cb067dd2a4497c9792f18f5a679b87
webMAN MOD 1.43.28
- Test function that generates wm_lauchpad.xml
- Some minor updates.
[MENTION=22544]DeViL303[/MENTION] If You want I can compile plugin for you, just send me source at pm, or here.![]()
<mtrl anno="" until="2100-12-31T23:59:00.000Z">
<desc>NAME HERE</desc><url type="2">http://www.xmbmods.co/wmlp/covers/TITLE_ID_HERE.PNG</url>
<target type="u">http://127.0.0.1/mount_ps3/dev_usb303/GAMEZ/TITLE_ID_HERE</target>
<mtrl anno="" until="2100-12-31T23:59:00.000Z">
<desc>NAME HERE</desc><url type="2">http://www.xmbmods.co/wmlp/covers/TITLE_ID_HERE.PNG</url>
<target type="u">psgm:play?id=TITLE_ID_HERE</target>