You are not logged in.

#1 2010-08-04 22:25:27

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

single folder with symbolic links to photo collection

hi,

i am using ps3mediaserver to expose my photos collection which is distributed across multiple sub-folders. unfortunately the ps3 can only show a slideshow for a single folder at a time, hence i was wondering if there was a quick way to create a single folder containing symbolic links to all my pictures. does there exist an app that can help with that?

thanks!


Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#2 2010-08-04 22:28:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: single folder with symbolic links to photo collection

You can write a script that will create symlinks for all your jpg files, all the files located in certain folders etc.

Offline

#3 2010-08-04 23:02:30

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: single folder with symbolic links to photo collection

find /path/to/photos -type f -iname \*.jpg -print | xargs ln -sft /path/to/single/folder/

Offline

Board footer

Powered by FluxBB