PS3 [WIP] windows tool to generate xmls

PhoenixARC

Member
right now all the tool can do is create a podcast directory, and insert podcast name/id/description info. not yet able to do things like add url info and such. xmls based off of @DeViL303 's podcast streamer. still a heavy work in progress.

edit: progress! it can now compile 3 temp files into the main podcast.xml file! however, upon testing for it. nothing shows up. podcast60.zip is the first auto-generated podcast player. any help/tips are appreciated!
**updated podcast creator zip

THE TOOL IS NOW AVALIABLE IN WORKING FORM AT:
https://www.psx-place.com/resources/ps3-xml-music-video-podcast-generator.874/
 
Last edited:
Generating xml's with a .bat ?, pretty cool :)
I guess it can be expanded a lot, and could be handy for a lot of mods
 
Generating xml's with a .bat ?, pretty cool :)
I guess it can be expanded a lot, and could be handy for a lot of mods
thanks... the only issue is that you have to manually go in and clean it up, can't generate xml without also including quotes around each line. and may wind up having to manually combine files since it can't insert code into specific parts. just next line down. here's to hoping I can find a way to fix that.
 
thanks... the only issue is that you have to manually go in and clean it up, can't generate xml without also including quotes around each line
Cool idea, you can remove the quotes by escaping the <> characters with ^

Also you can make the script a lot cleaner by writing the file like:
Code:
(
echo 1
echo 2
echo 3
)>>file.txt

Hope to see more progress
 
Cool idea, you can remove the quotes by escaping the <> characters with ^

Also you can make the script a lot cleaner by writing the file like:
Code:
(
echo 1
echo 2
echo 3
)>>file.txt

Hope to see more progress
thatks! VERY useful! added to the bat file!
 

Similar threads

Back
Top