Re: [Freevo-devel] [PATCH] Patch for games with new Items system

2004-01-19 Thread Michael Ruelle
After video menu behave the same way. I committed it. must be a generic mediamenu issue. On Mon, 2004-01-19 at 16:28, Michael Ruelle wrote: > hmm.. Ok it works but the menu doesn't update when you delete a file. > Maybe we are missing a rebuild or something in the mediamenu usage. > Moving and cop

Re: [Freevo-devel] [PATCH] Patch for games with new Items system

2004-01-19 Thread Michael Ruelle
hmm.. Ok it works but the menu doesn't update when you delete a file. Maybe we are missing a rebuild or something in the mediamenu usage. Moving and copying with the cart works fine. I will look into this before commiting. On Mon, 2004-01-19 at 15:51, [EMAIL PROTECTED] wrote: > Here is a complete

Re: [Freevo-devel] [PATCH] Patch for games with new Items system

2004-01-19 Thread Michael Ruelle
Cool on the todo list. Probably commit it tonite. On Mon, 2004-01-19 at 15:51, [EMAIL PROTECTED] wrote: > Here is a complete patch for the src/games folder. This patch uses the new > set_url API for all the game items (which are files). As a result, the > roms/games files are now used like other

[Freevo-devel] [PATCH] Patch for games with new Items system

2004-01-19 Thread centraladmin
Here is a complete patch for the src/games folder. This patch uses the new set_url API for all the game items (which are files). As a result, the roms/games files are now used like other files, ie the file_ops and shoppingcart plugins are now working properly with them. Don't hesitate to ask me if