2019-12-06, 07:39
Hi, stumbled onto the tmm based on a recommendation over at the jellyfin forum on reddit.
I have an existing plex library where all the movies are in folders based on the first character , sadly I'm missing a lot of years and my 2000+ movies came back with 500+ needing some confirmation on the scrape.
I'm curious if there is a way to get quicklook (the space key when on a movie) to be the application that is kicked off when > is pressed (i.e. when settings->general->system-> Media player
I did try a qlmanage script as in:
----
#!/bin/bash
qlmanage -p $1 >/dev/null 2>&1
----
but nothing happens with that.
thanks
I have an existing plex library where all the movies are in folders based on the first character , sadly I'm missing a lot of years and my 2000+ movies came back with 500+ needing some confirmation on the scrape.
I'm curious if there is a way to get quicklook (the space key when on a movie) to be the application that is kicked off when > is pressed (i.e. when settings->general->system-> Media player
I did try a qlmanage script as in:
----
#!/bin/bash
qlmanage -p $1 >/dev/null 2>&1
----
but nothing happens with that.
thanks