Using Relative Paths in STRM Files?

Is it possible to use a relative path in a STRM file instead of an absolute path?

I’m trying to index my TV library, and I have a bunch of ISO files. I was hoping to use the STRM file method of pointing to individual playlists within a BD ISO detailed HERE.

My problem is, I’d like to use the path in the STRM file to point to path relative to the STRM file rather than an absolute path (such as the following):

The absolute path (which works):
H:/TV/Quantum Leap/Season 1/Quantum Leap – Season 1 – Disc 1.iso
Hence, the STRM file has the following line:

Quote:udf://H%3a%5cTV%5cQuantum%20Leap%5cSeason%201%5cQuantum%20Leap%20-%20Season%201%20-%20Disc%201.iso/BDMV/PLAYLIST/00003.mpls

What I’d like is a relative path (which doesn’t work):
STRM file is H:/TV/Quantum Leap.s01e01.strm
The STRM file would point to a location something like this
udf://./Quantum Leap/Season 1/Quantum Leap – Season 1 – Disc 1.iso/BDMV/PLAYLIST/00003.mpls
or, when URL-encoded, something like…

Quote:udf://.%2FQuantum%20Leap%2FSeason%201%2FQuantum%20Leap%20-%20Season%201%20-%20Disc%201.iso//BDMV/PLAYLIST/00003.mpls

Is this in any way possible? Obviously using ./ isn’t working.