Re: [ubuntu-studio-devel] File Manager - Was a long time ago: Documentation: Tutorial Videos

2016-04-27 Thread Ralf Mardorf
The dependencies of the script are "ffmpeg" and "exiftools". The script needed a little fix: On Wed, 27 Apr 2016 12:19:26 +0200, Ralf Mardorf wrote: >num_ch=$(exiftool "$infile" | grep "Num Channels" | cut -d: -f2 | sed $ diff /usr/local/bin/s2m /usr/local/bin/s2m.old 64c64 < num_ch=$(exiftool "

Re: [ubuntu-studio-devel] File Manager

2015-06-21 Thread Ralf Mardorf
On Sun, 21 Jun 2015 10:21:53 +0200, Grant Frank Burton wrote: >some screen shots so you can see what I mean. > >https://goo.gl/photos/ALfiA2VGUiVt3otg7 > >the first is libre office and the second kdenlive. every program opens >files like kdenlive accept Libre office LibreOffice has got GTK and KD

Re: [ubuntu-studio-devel] File Manager

2015-06-21 Thread Grant Frank Burton
yes Libre office some screen shots so you can see what I mean. https://goo.gl/photos/ALfiA2VGUiVt3otg7 the first is libre office and the second kdenlive. every program opens files like kdenlive accept Libre office... only program that open files differently. On Fri, Jun 19, 2015 at

Re: [ubuntu-studio-devel] File Manager

2015-06-19 Thread Mike Holstein
On Friday, June 19, 2015, Grant Frank Burton wrote: > ok thank you very much > > > > Another file manager question. > > > most programs open up and I can see the different drives. But in open > office it still displays the file system the old way. > > Do you know if that will change? > Do you m

Re: [ubuntu-studio-devel] File Manager

2015-06-19 Thread Grant Frank Burton
ok thank you very much Another file manager question. most programs open up and I can see the different drives. But in open office it still displays the file system the old way. Do you know if that will change? On Thu, Jun 18, 2015 at 4:23 PM, Ralf Mardorf wrote: > On Thu, 18 Jun 2015 14:5

Re: [ubuntu-studio-devel] File Manager

2015-06-18 Thread Ralf Mardorf
On Thu, 18 Jun 2015 14:55:27 +0200, Ralf Mardorf wrote: >Final solution, you can use > >exiftool %F > ^^ instead of %f Oops, this also works when using a shell and for the use with roxterm and the wrapper it doesn't work with %F, but with "%F" :). In the end I prefer for my workflow no

Re: [ubuntu-studio-devel] File Manager

2015-06-18 Thread Ralf Mardorf
On Thu, 18 Jun 2015 14:28:27 +0200, Ralf Mardorf wrote: >On Thu, 18 Jun 2015 12:37:07 +0200, Ralf Mardorf wrote: >>SpaceFM >>--- >> >>I suspect you need to make a tool first. >> >>$ cat /usr/local/bin/exiftool-wrapper >>#!/bin/bash >>exiftool "$@" >>echo -e "\nPush a key to exit." >>read -n1

Re: [ubuntu-studio-devel] File Manager

2015-06-18 Thread Ralf Mardorf
On Thu, 18 Jun 2015 12:37:07 +0200, Ralf Mardorf wrote: >SpaceFM >--- > >I suspect you need to make a tool first. > >$ cat /usr/local/bin/exiftool-wrapper >#!/bin/bash >exiftool "$@" >echo -e "\nPush a key to exit." >read -n1 char >echo >exit > >Typ: Command >Name:exiftool >Key: Es

Re: [ubuntu-studio-devel] File Manager

2015-06-18 Thread Ralf Mardorf
On Thu, 18 Jun 2015 06:51:07 +0200, Grant Frank Burton wrote: >I'm looking at a folder of photos and I want to see the creation date >but the options not there. I was sure I see that before. Is that >missing or am I just crazy? I copied a photo and it change all the >dates to today. Is something wr

Re: [ubuntu-studio-devel] File Manager

2015-06-17 Thread Len Ovens
On Thu, 18 Jun 2015, Grant Frank Burton wrote: I'm looking at a folder of photos and I want to see the creation date but the For more info see: http://unix.stackexchange.com/questions/91197/how-to-find-creation-date-of-file Which says that while ext4 does store creation time, The Linux kernel

Re: [ubuntu-studio-devel] File Manager

2015-06-17 Thread Len Ovens
On Thu, 18 Jun 2015, Grant Frank Burton wrote: Greetings all I'm looking at a folder of photos and I want to see the creation date but the options not there. I was sure I see that before. Is that missing or am I just crazy? I copied a photo and it change all the dates to today. Is something wro