FAQ  •  Register  •  Login

How to view shortcut to video files

<<

mr.jaina

Serviio newbie

Posts: 14

Joined: Wed Sep 28, 2011 11:05 pm

Post Thu May 17, 2012 4:11 pm

How to view shortcut to video files

Is there a way to be able to create a shortcut of some of my video files in another folder on my desktop, but serviio be able to play the shortcut files. This way I do not have to copy the files in multiple locations?
Here is basically what I am trying to achieve. I have some video files in a folder. I want to organize them better based on various criteria (year, good/bad, etc). Maybe there is a way to tag them? If yes, how? and how will serviio recognize the tags?
Does this request go in new feature request or does this already exist?
<<

jalla

User avatar

Serviio newbie

Posts: 15

Joined: Sun Apr 01, 2012 3:05 pm

Location: Bergen Norway

Post Fri May 18, 2012 7:25 am

Re: How to view shortcut to video files

What makes you think this doesn't work? Have you tried it?

I use unix and have no problem with serviio accessing a folder of symbolic links pointing elsewhere. I guess you're on windows, but I see no reason why it shouldn't work the same there.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri May 18, 2012 12:13 pm

Re: How to view shortcut to video files

Windows shortcuts don't work AFAIK, there is an open ticket
<<

mr.jaina

Serviio newbie

Posts: 14

Joined: Wed Sep 28, 2011 11:05 pm

Post Fri May 18, 2012 5:01 pm

Re: How to view shortcut to video files

Thanks for the replies....I am glad that this is already been looked into.

Zip, is there an ETA for that open ticket?

I cannot say it enough....I love Serviio....
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Fri May 18, 2012 6:50 pm

Re: How to view shortcut to video files

you should not have to copy the files in multiple locations, just map each one via serviio. You can have multiple drives mapped for videos.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri May 18, 2012 7:27 pm

Re: How to view shortcut to video files

mr.jaina wrote:Zip, is there an ETA for that open ticket?

It's been the for a long time and has very low priority, so not sure.
<<

mr.jaina

Serviio newbie

Posts: 14

Joined: Wed Sep 28, 2011 11:05 pm

Post Sat Sep 15, 2012 3:15 pm

Re: How to view shortcut to video files

Just wanted to see if this was already fixed in 1.0.1 or if there is an estimate?

zip wrote:
mr.jaina wrote:Zip, is there an ETA for that open ticket?

It's been the for a long time and has very low priority, so not sure.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Sep 15, 2012 11:57 pm

Re: How to view shortcut to video files

<<

nubbel

User avatar

Serviio newbie

Posts: 17

Joined: Sat Jun 22, 2013 10:33 pm

Location: Austria

Post Mon Dec 16, 2013 6:50 pm

Re: How to view shortcut to video files

I feel really bad to necro this thread, but I found it on accident and I tried to do the same thing in the past.

The solution I came up with was creating NTFS symbolic links using the "mklink"-command (Wiki).

I built myself a drag-n-drop batch-file to create links for movie folders, all I have to do is pick the folder i want to create a link for and drag it onto the batch-file and the link will be created in X:\_Media\_Movies\Links

Beware: This exact batch script will certainly not work for your folder structure, it's for reference only!

  Code:
@echo off
setlocal enabledelayedexpansion

set ORIG=%1
set FOLDER=
set DEST="X:\_Media\_Movies\Links\"

FOR /f "tokens=1,2,3,4,5 delims=\ " %%a in ("%ORIG%") DO (
   set FOLDER=%%e
)

echo mklink /D %DEST:~,-1%%FOLDER%" "%ORIG%"
echo.
mklink /D %DEST:~,-1%%FOLDER%" "%ORIG%"

pause
FILEBITCH_18TB » CPU: AMD FX-8350 | RAM: Corsair 2x4GB 1600MHz CL8-8-8-24 | Mainboard: ASUS M5A99X EVO | SSD: 250GB Samsung 840 | RAID: Adaptec RAID 6805 | Storage: 6x3TB Western Digital RED @ RAID6
Image

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.