LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-17-2004, 08:05 AM   #1
Raptor Ramjet
Member
 
Registered: Apr 2003
Location: Under a rock
Distribution: Slackware "current" - Praise "Bob" !!!!
Posts: 92

Rep: Reputation: 15
Any good "slide show" programs ?


Hello,

Firstly this is probably not really Slackware specific but I'm using a pretty much default Slackware 10 install (plusa few bits 'n' Bobs) hence me asking the question here.

Anyway over the last couple of years I've built up quite a large collection of digicam images (actually only about 800 so technically not that large a collection !) These photos are arranged in a series of directories with each directory being named after the date on which the photo was taken.

Now all I'd like is to find a slide show program on my Linux box which can do the same as my home built Visual Basic code on my Windows box. i.e. I'd like something that performs the following functions:

1 Add all images in a directory of my choosing to a playlist, optionally it should also recursively add all images in all underlying directories at the same time.

2 Sort the playlist either on image name only or source directory and image name.

3 Start a slideshow using the generated playlist and change the image after a user configurable length of time.

4 This slideshow must support three modes, forwards, backwards and random and should either finish after all images have been displayed or continue until I manually stop it.

So having had a good look round my Slackware box I've found gThumb and Kuickshow but neither of them perform all these functions. gThumb is especially frustrating as it even has catalogs but you can't recursively add images from a selected folder to a catalog (or am I missing something obvious ?)

So if anyone can recommend anything I'd be most interested ? as it seems such a trivially simple thing to want to do....
 
Old 10-17-2004, 08:41 AM   #2
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
No idea if it fullfills all your wishes, but have you tried imgSeek? imgseek.sourceforge.net
 
Old 10-17-2004, 08:45 AM   #3
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
It would be a cool program to code, if I've some time i'll give it a shot
 
Old 10-17-2004, 08:49 AM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You should be able to code it using a shell script and something like xv or kuickshow.
 
Old 10-17-2004, 09:17 AM   #5
Raptor Ramjet
Member
 
Registered: Apr 2003
Location: Under a rock
Distribution: Slackware "current" - Praise "Bob" !!!!
Posts: 92

Original Poster
Rep: Reputation: 15
Cheers for the replies.

Firstly I've not seen imgSeek so I'll have a look at it shortly (I'm about to go out but will look later this evening)

And it would indeed be a good thing to code ! In fact the best thing would be to get the "build a playlist by searching from this directory plus all sub directories" function added to qThumb and Kuickshow as both do most of the other stuff well already. I've already raised a bugzilla request for gThumb and will do the same for Kuickshow.

But the idea of simply coding it is my favourite option but sadly highlights my main problem with Linux in that I can code quite well but just not on the Linux platform - I've actually got 15 years plus commercial coding experience but this is mainly on Fujitsu (ex ICL) mainframes running Virtual Machine Environment (VME).

However I do know how to write my own sort routines, hash tables, lists using blocks of memory (plus secondary array of pointers) plus how to go walking about round the stack, into memory, etc. etc. so I entend to start learning soon.

But if you do write anything that does the job I'd be most interested in seeing it !

Thanks again.
 
Old 10-17-2004, 11:27 AM   #6
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
GQView will do most of what you require, but I don't think it will
play slideshows backwards. Worth a look, though. I'm pleased with it.
 
Old 10-17-2004, 08:40 PM   #7
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
another forward only slideshow kde's kuickshow
you can manually go backwards by pressing the pageup key
http://docs.kde.org/en/3.3/kdegraphics/kuickshow/
 
Old 10-17-2004, 08:46 PM   #8
aeNeo
Member
 
Registered: Jul 2004
Distribution: Slackware 10.0
Posts: 57

Rep: Reputation: 15
gthumb is a nice program. It's also included with slack's install.
 
Old 10-17-2004, 10:16 PM   #9
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
I was looking around freshmeat news and found this one: http://imgv.sourceforge.net/
seems to do all you want (except randomness i think)
 
Old 10-18-2004, 02:28 PM   #10
Raptor Ramjet
Member
 
Registered: Apr 2003
Location: Under a rock
Distribution: Slackware "current" - Praise "Bob" !!!!
Posts: 92

Original Poster
Rep: Reputation: 15
Thanks again for the heads up on GQView and ImgV. I'll certainly be having a look at both in the week.

But having thought about it I think the best solution to this is for me to find out the format used for the gThumb catalogs and, assuming it's doable, to then write a shell script to get file names and write these out as a catalog in gThumb catalog format.

In preparation I've already learnt how to read the arguments from a shell script, check whether the first argument is a directory and if so launch a recursive find piping the output into a text file. So even if it's not the best way of doing things I'm learning as I go along.

So cheers again for all the top tips - and if I do get anything useful written I'll update the thread with the details (hey at least the more experienced will probably be able to have a good laugh at my beginners shell script )
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bash script: using "select" to show multi-word options? (like "option 1"/"o zidane_tribal Programming 7 12-19-2015 01:03 AM
Cannot slide mouse off of "from" display in x2x, x2vnc BWebb Linux - Software 3 09-20-2005 02:15 PM
The command "df -h" no show me the size of partition true! sandrobr Linux - Enterprise 7 01-03-2005 03:31 AM
Error messages show up after run "make all" cynth33_2000 Linux - Networking 0 12-13-2003 08:56 AM
man pages show backquotes as "u" with umlaut? brainclots Red Hat 1 12-01-2003 11:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration