Hello
As I didn't see remarks I thought naively that my plugin was perfect. Big mistake.
And because I was impatient to have at last my final version, I have uploaded it on the Motherlode this weekend. Even bigger mistake.
Marco Klunder wrote:SLIDESHOW remembers the current slideshow and will launch it next time.
Yes this is true, but only within the same Celestia session. When Celestia is restarted, the slideshow as defined in the config will be started by default.
This is absolutely
NOT the expected behaviour.
Slideshow
MUST remember the last session even if the computer is unplugged.
In this version,
the default slideshow is the last slideshow.
If you define a special slideshow in the config, this override the default behaviour.

Just delete or comment out the line in the configuration file.
Marco Klunder wrote:When I copy/paste a slide to a new slideshow (so another directory), the images (and I think also other files like MP3) are NOT copied. The result is a new slide with an empty image.
Yes. This is to avoid duplicating files if not necessary. And not to risk to delete them in an aborted cut/paste operation.
After copying a slide you have several possibilites that take effect without restarting celestia.
- copy the files to the new directory. (in my opinion this is not the best choice)
- deplace the pictures in the "commonPictures" folder so they are shared by the two slideshows. (but after a while this folder won't be so clean)
- make an "alias" from the second slideshow to the first one.
For example you have an image idefix.jpg in your "asterix" slideshow and you want to copy the slide in an "obelix" slideshow.
In your "obelix" slideshow, change the
idefix.jpg
to
../asterix/idefix.jpg
You can do that with the "Edit" button but if you want do keep its formatting my advice is to use the "Cat." button.
Marco Klunder wrote:You mention a "Modif" button here. I do not know or see it
Of course it is the "Edit" button. "Modif" is the French version.
But now and before you ask

, there is no "Dump" button. If you want to translate it you must replace "Dump" with "Cat." (for Catalog)
Marco Klunder wrote:I do not know what I'm doing wrong but I don't manage to get an MP3 started.
This is how I changed the config:
Code: Select all
------------------------------------------------------
-- command line to lauch a file
-- wich is associated with one of the above extensions
-- PLAYFILE will be automatically replaced
-- by the actual file. Keep this name (in uppercase)
-- You must adapt these lines to suit your OS
-- or to start files with other programs
------------------------------------------------------
running_OS = "Windows"
--play_file_command = '"PLAYFILE"'
play_file_command = [[start "" "C:\Program Files\Windows Media Player\wmplayer.exe" "PLAYFILE"]]
You are doing nothing wrong*. It was a "last minute improvement" which is actually a bug.
*Oh yes there is a thing that is wrong with this line
- Code: Select all
play_file_command = [[start "" "C:\Program Files\Windows Media Player\wmplayer.exe" "PLAYFILE"]]
This line is for "exotic OS" and has no effect at all if you are running Windows.
In Windows files are launched by their associations. This lets launch many different types of files with their own associated program. If you specify a particular program the choice of files to launch is much more restricted.
For cons the "slide_edit_command" may be useful for the text editor.
There are certainly many things that are not in the manual. This leaves things to discover and questions to ask...

I have updated the download link on the first page with a
debugged version and
improved manuals
Cheers