INTERACT FORUM

More => Old Versions => JRiver Media Center 26 for Windows => Topic started by: nonightsweats on August 11, 2020, 07:21:42 pm

Title: Send To > Media Editor is not working
Post by: nonightsweats on August 11, 2020, 07:21:42 pm
Sorry if this has been addressed before but I have searched the forum and not found anything related to this specific issue with Media Editor.

If I open Media Editor directly (Tools/Advanced Tools/Media Editor) the editor appears and i can use File/Open to open any kind of music file.

However, if I highlight a file in the library view then right click > Send To > Send to (external) > Media Editor then the blank editor screen appear. ie the file does not open.

Any ideas on how this might be rectified?
Title: Re: Send To > Media Editor is not working
Post by: BigSpider on August 12, 2020, 04:35:13 am
Which version are you using? I have just tried this with 26.0.103 and it opened with the file ready for work. I used an mp3 file and a flac file to test.
Title: Re: Send To > Media Editor is not working
Post by: Matt on August 12, 2020, 07:22:09 am
It's working for me too.  Make sure you're on the latest.
Title: Re: Send To > Media Editor is not working
Post by: nonightsweats on August 17, 2020, 05:48:34 pm
yes, i'm on the latest version. but still not working for me. i've tried changing the run properties of the executable - run as administrator etc even tried compatibility check but no luck. running latest win 10
Title: Re: Send To > Media Editor is not working
Post by: JimH on August 17, 2020, 06:01:19 pm
Please post the version number.
Title: Re: Send To > Media Editor is not working
Post by: nonightsweats on August 17, 2020, 08:39:08 pm
jriver : 26.0.103
windows : 10.0.19041 build 19041

most of my files are on a NAS (Netgear Ready NAS) and it seems to be only there that this issues occur. my library only points to this NAS.

if i use Drives & Devices > Explorer > and access a file on the actual PC that is running JRiver then the issue does NOT occur

but using this same method on a NAS drive - the issue still occurs.

so might this just be some NAS access rights issue?
Title: Re: Send To > Media Editor is not working
Post by: nonightsweats on August 17, 2020, 11:03:57 pm
please note that i can obviously write tags etc to the files on the NAS using JRiver. Also - for video files the jrsidecar files can be written to the NAS.

so where does media editor store temporary files? is it as per the temp area for under File Location?
Title: Re: Send To > Media Editor is not working
Post by: marko on August 18, 2020, 12:08:45 am
I don't use Media Editor that often, but have seen this issue when last used, many months ago. In my test just now however, it opened the file correctly. Files are local, no NAS involved.

The other issue I found was, that after editing, attempting to save said file resulted in an error because "the file is locked", and upon checking, the only thing locking the file, was, Media Editor itself, forcing a save-as somewhere else followed by a move-and-replace via explorer.

-marko
Title: Re: Send To > Media Editor is not working
Post by: JackTheWolf on April 27, 2022, 10:46:48 pm
Sorry if this has been addressed before but I have searched the forum and not found anything related to this specific issue with Media Editor.

If I open Media Editor directly (Tools/Advanced Tools/Media Editor) the editor appears and i can use File/Open to open any kind of music file.

However, if I highlight a file in the library view then right click > Send To > Send to (external) > Media Editor then the blank editor screen appear. ie the file does not open.

Any ideas on how this might be rectified?

I also looked into issue when I had the same problem.

Looks like the devs have to compile it to not require admin privileges.
I made a post to the forums asking if they could do so.

In the meantime, here's a workaround that works pretty great:
You basically have to edit the exe to make it stop trying to run as admin:

Title: Re: Send To > Media Editor is not working
Post by: JackTheWolf on May 02, 2022, 10:47:44 am
Alternative workaround that doesn't involve external software:
Making a .bat file that will launch Media Editor as non-admin.

Code: [Select]
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Program Files\J River\Media Center 28\Media Editor.exe" %1"
Now you can right-click a file in Media Center > Send To > Send To (external) > choose the program name that points to the .bat file
Title: Re: Send To > Media Editor is not working
Post by: nonightsweats on February 25, 2023, 04:25:16 pm
@jackthewolf - thanks for these responses. i hadn't checked the post for ages