Listing folder names #2

  • Follow


Is there an app from which I can print the directory structure within 
a folder?
I want a list of the (mp3 versions of) cd names associated with each 
of their composers within my 'Classics' folder so I don't buy a cd 
I've already got at home.

-- 
BW Chris F. [British Iyonix Computer, operating RISC OS 5.16]

"Real ale will be kind to me for I intend to drink it." Sir Hillary 
Winchurchston.
0
Reply c.n.l.f (492) 11/3/2011 1:57:33 PM

On 3 Nov 2011  ChrisF <c.n.l.f@virgin.net> wrote:

> Is there an app from which I can print the directory structure within
> a folder?
> I want a list of the (mp3 versions of) cd names associated with each
> of their composers within my 'Classics' folder

I have an app called Catonic, which seems to do this. The URL in the 
help file is no longer valid, but this file says that the app is 
freeware and can be distributed. Let me know (address is valid) if you 
would like me to send it.

> so I don't buy a cd I've already got at home.

Been there, done that :-(

With best wishes,

Peter.

-- 
Peter   \  /      zfc Lu     \     Prestbury, Cheltenham,  Glos. GL52
and      \/ __            __  \                              England.
family   / /  \ | | |\ | /  _  \      http://pnyoung.orpheusweb.co.uk
        /  \__/ \_/ | \| \__/   \______________ pnyoung@ormail.co.uk
0
Reply pnyoung1 (1639) 11/3/2011 2:32:41 PM


On 3 Nov 2011, ChrisF <c.n.l.f@virgin.net> wrote:

> Is there an app from which I can print the directory structure within
> a folder?
> I want a list of the (mp3 versions of) cd names associated with each
> of their composers within my 'Classics' folder so I don't buy a cd
> I've already got at home.

Select the filenames, in the filer window, then shift-drag the selection
into an open StrongED window. You now have the complete paths of all the
files which can be edited as you see fit.

Tony



0
Reply old_coaster (1262) 11/3/2011 2:34:42 PM

In message <eb74622c52.old_coaster@old_coaster.yahoo.co.uk>
          Tony Moore <old_coaster@yahoo.co.uk> wrote:



> Select the filenames, in the filer window, then shift-drag the selection
> into an open StrongED window. You now have the complete paths of all the
> files which can be edited as you see fit.
No. it's not happening.
I have a 'German' folder with 7 folders within so 7 composers.
Each composer has 3 symphonies, each symphony is in its own folder.
So, I'm looking for a list of 29 folders.

-- 
BW Chris F. [British Iyonix Computer, operating RISC OS 5.16]

"If I had only known, I would have been a brewer." Jimmy Einstein.
0
Reply c.n.l.f (492) 11/3/2011 3:09:36 PM

In message <d545622c52.pnyoung@pnyoung.ormail.co.uk>
          Dr Peter Young <pnyoung@ormail.co.uk> wrote:



> I have an app called Catonic, which seems to do this. The URL in the
> help file is no longer valid, but this file says that the app is
> freeware and can be distributed.

Worth a try.

-- 
BW Chris F. [British Iyonix Computer, operating RISC OS 5.16]


0
Reply c.n.l.f (492) 11/3/2011 3:15:41 PM

On 3 Nov 2011, ChrisF <c.n.l.f@virgin.net> wrote:
> In message <eb74622c52.old_coaster@old_coaster.yahoo.co.uk>
>           Tony Moore <old_coaster@yahoo.co.uk> wrote:
>
> > Select the filenames, in the filer window, then shift-drag the
> > selection into an open StrongED window. You now have the complete
> > paths of all the files which can be edited as you see fit.
>
> No. it's not happening.
> I have a 'German' folder with 7 folders within so 7 composers.
> Each composer has 3 symphonies, each symphony is in its own folder.
> So, I'm looking for a list of 29 folders.

Open a folder so that you can see an mp3 file. Select its filename and
shift-drag it to the StrongED window (pause slightly after clicking,
before you commence the drag, otherwise it won't work). You'd need to do
this 21 (29?) times. Maybe too tedious? I'd assumed that all the mp3s
were in the same folder.

Tony



0
Reply old_coaster (1262) 11/3/2011 3:33:59 PM

On 3 Nov 2011  ChrisF <c.n.l.f@virgin.net> wrote:

> In message <d545622c52.pnyoung@pnyoung.ormail.co.uk>
>           Dr Peter Young <pnyoung@ormail.co.uk> wrote:



>> I have an app called Catonic, which seems to do this. The URL in the
>> help file is no longer valid, but this file says that the app is
>> freeware and can be distributed.

> Worth a try.

Worth sending then? Is the address valid?

With best wishes,

Peter.

-- 
Peter   \  /      zfc Lu     \     Prestbury, Cheltenham,  Glos. GL52
and      \/ __            __  \                              England.
family   / /  \ | | |\ | /  _  \      http://pnyoung.orpheusweb.co.uk
        /  \__/ \_/ | \| \__/   \______________ pnyoung@ormail.co.uk
0
Reply pnyoung1 (1639) 11/3/2011 3:54:30 PM

In message <eb74622c52.old_coaster@old_coaster.yahoo.co.uk>
          Tony Moore <old_coaster@yahoo.co.uk> wrote:

> On 3 Nov 2011, ChrisF <c.n.l.f@virgin.net> wrote:
> 
> > Is there an app from which I can print the directory structure within
> > a folder?
> > I want a list of the (mp3 versions of) cd names associated with each
> > of their composers within my 'Classics' folder so I don't buy a cd
> > I've already got at home.
> 
> Select the filenames, in the filer window, then shift-drag the selection
> into an open StrongED window. You now have the complete paths of all the
> files which can be edited as you see fit.
> 

In zap you get a space separated list
*Enumdir @ myfile will give a newline separated list, but wont recurse.  

Using the !coreutils ls command, if you use 'Set Directory' in the
uppermost directory required you  can use

ls -R @
in a taskwindow.
ls -R @ > myfile   will write the output to @.myfile  
There are a few further options (ls --help) but you wont
get RISC OS filetypes displayed.
!coreutils is available from www.riscos.info, drop the ls binary
in !Boot:Library, Utilities, CSD or somewhere that the System will
find it.

Note that some of the !coreutils conflict with RISC OS Commands
with the same name, and require renaming.
For example (the handy) Unix cat needs renaming to Kat or concat.
echo is another one, though I haven't found a use for it yet.

Ron M. 


0
Reply beeb (365) 11/4/2011 3:30:39 AM

> > ChrisF wrote:
> > > Is there an app from which I can print the directory structure within
> > > a folder?

ETree at http://mdfs.net/System/Library (settype it to BASIC to run on
RISC OS)
*ETree -? gives a syntax summary. I don't seem to have uploaded any
documentation
for it anywhere, other than at http://mdfs.net/Docs/Books/HADFSMan/Chap5.htm

*ETree -list <starting directory>

gives a list similar to:
<startdir>.ARMCoPro.Modules.Build
<startdir>.ARMCoPro.Modules.Main
<startdir>.ARMCoPro.Modules.Source
<startdir>.Demos.Talk1
<startdir>.Demos.Talk1
<startdir>.Demos.Talk2
<startdir>.Demos.TalkInfo
<startdir>.TextWeb.!Help
<startdir>.TextWeb.Startup

JGH
0
Reply jgh2 (974) 11/4/2011 9:06:36 PM

jgharston wrote:
> ChrisF wrote:
> > Is there an app from which I can print the directory structure within
> > a folder?
>
> ETree at http://mdfs.net/System/Library (settype it to BASIC

Better download here: http://mdfs.net/Apps/Networking/NetLib.zip
with documentation.

JGH
0
Reply jgh2 (974) 11/4/2011 10:24:23 PM

In message <59e2672c52.old_coaster@old_coaster.yahoo.co.uk>
          Tony Moore <old_coaster@yahoo.co.uk> wrote:
 You'd need to do
> this 21 (29?) times. Maybe too tedious? I'd assumed that all the mp3s
> were in the same folder.

OK. I've had a go at this and I do agree with you; it would be too 
tedious.
I'm suprised that there doesn't seem to be a straight forward 'single 
click' method.

(Also see my reply to Dave Symes.)

..... but thanks.

-- 
BW Chris F. [British Iyonix Computer, operating RISC OS 5.16]

"Every real ale has its beauty, but not everyone sees it." Fu Shus 
Kon.
0
Reply c.n.l.f (492) 11/8/2011 1:34:10 PM

10 Replies
27 Views

(page loaded in 0.232 seconds)











4/14/2013 3:09:15 AM


Reply: