Pandamator
Still Fresh
Oooh it worked The first start failed for some reason but the second worked and it updated 3 programs! Thanks a lot for this! It's just what I needed.
I am indeed... can't seem to get rid of it at the moment, either (see the other thread)Tempel said:peelie was getting the same problem. Are you using sebt3's beta pnd_run.sh?
I rewrote the argument parsing to get rid of some issues...Tempel said:I don't know what changes sebt3 made to it, or if the problem lies in pnd_run.sh or PNDstore, but hopefully sebt3 can take a look at it.
Fixed just now with version 0.2.2. Thanks for letting me know.Zero3K said:Also, I'm getting this error when updating the lists:
The following errors were detected in update_local:
Could not process /media/PANDORA-SD1/pandora/apps/pcsx_rearmed_r8.pnd: TypeError ("'NoneType' object is not iterable",)
I was planning to implement sorting features that would handle this. So you could sort by any of the listed fields, including the field that shows the status icon. That way, you could quickly group applications that are installed, that have upgrades available, or are in the repo but not installed. Would that be good for you?Zero3K said:1. The list should be seperated into two sections, "Installed" and "Available" (with the ability to hide/show either section).
I hadn't thought of that. I can see your reason - I'm sure the wifi scripts aren't going to be updated through milkshake's repo - but I still don't really want to go there. By default, it sees all the PNDs that libpnd sees. Should I be ignoring any that are on the NAND? What if people like to store a few favourite PNDs on the NAND? What if people change libpnd's default searchpath; what directories should I be ignoring then? I don't think there's an elegant solution.Zero3K said:2. It should ignore the programs stored on the NAND.
Any luck? I'm guessing it still didn't work for you. If the old one was running, nothing should have stopped the new one from running. But the outfile name would have changed slightly to pndrun_pndstore0.2.2.0.out or something to that effect, so make sure you didn't miss it.Custom Processing Unlimite said:old one worked... new one doesn't... no out file to report...
will restart and try again
Tempel said:Fixed just now with version 0.2.2. Thanks for letting me know.Zero3K said:Also, I'm getting this error when updating the lists:
The following errors were detected in update_local:
Could not process /media/PANDORA-SD1/pandora/apps/pcsx_rearmed_r8.pnd: TypeError ("'NoneType' object is not iterable",)
I was planning to implement sorting features that would handle this. So you could sort by any of the listed fields, including the field that shows the status icon. That way, you could quickly group applications that are installed, that have upgrades available, or are in the repo but not installed. Would that be good for you?Zero3K said:1. The list should be seperated into two sections, "Installed" and "Available" (with the ability to hide/show either section).
I hadn't thought of that. I can see your reason - I'm sure the wifi scripts aren't going to be updated through milkshake's repo - but I still don't really want to go there. By default, it sees all the PNDs that libpnd sees. Should I be ignoring any that are on the NAND? What if people like to store a few favourite PNDs on the NAND? What if people change libpnd's default searchpath; what directories should I be ignoring then? I don't think there's an elegant solution.Zero3K said:2. It should ignore the programs stored on the NAND.
It is possible to change the searchpath for PNDstore, but I haven't yet made it easy. If you really want, look in PNDstore's appdata directory and edit pndstore.cfg. Under "searchpath", remove "default" and replace it with whatever paths you'd like it to search. Make sure each path is enclosed in double quotes, with a comma separating each one (but no extra comma after the last entry!). Wildcards can be used to refer to multiple paths at once. To get all the same PNDs as libpnd does except for those on the NAND, your config file should look something like this:Zero3K said:3. How about an option to ignore the programs stored on the NAND then?
{
"repositories": [
"http://repo.openpandora.org/includes/get_data.php"
],
"locales": [
"default"
],
"searchpath": [
"/media/*/pandora/apps",
"/media/*/pandora/desktop",
"/media/*/pandora/menu"
]
}