INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Send To > Media Editor is not working  (Read 2058 times)

nonightsweats

  • Junior Woodchuck
  • **
  • Posts: 57
Send To > Media Editor is not working
« 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?
Logged

BigSpider

  • Galactic Citizen
  • ****
  • Posts: 350
Re: Send To > Media Editor is not working
« Reply #1 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.
Logged
English spiders are kind of small, but when I was living in the African rain forest well ......

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41919
  • Shoes gone again!
Re: Send To > Media Editor is not working
« Reply #2 on: August 12, 2020, 07:22:09 am »

It's working for me too.  Make sure you're on the latest.
Logged
Matt Ashland, JRiver Media Center

nonightsweats

  • Junior Woodchuck
  • **
  • Posts: 57
Re: Send To > Media Editor is not working
« Reply #3 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
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71331
  • Where did I put my teeth?
Re: Send To > Media Editor is not working
« Reply #4 on: August 17, 2020, 06:01:19 pm »

Please post the version number.
Logged

nonightsweats

  • Junior Woodchuck
  • **
  • Posts: 57
Re: Send To > Media Editor is not working
« Reply #5 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?
Logged

nonightsweats

  • Junior Woodchuck
  • **
  • Posts: 57
Re: Send To > Media Editor is not working
« Reply #6 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?
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8933
Re: Send To > Media Editor is not working
« Reply #7 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

JackTheWolf

  • Recent member
  • *
  • Posts: 34
Re: Send To > Media Editor is not working
« Reply #8 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:
  • Google Resource Hacker (I trust the link from Bleeping Computer)
  • Make a backup of Media Editor.exe (from your installation directory)
  • Open Resource Hacker and open Media Editor.exe inside of it (drag n'drop or File > Open)
  • Press Ctrl+f and search for requireAdministrator
  • You should be at  level="requireAdministrator". Replace requireAdministrator with asInvoker (screenshot attached if needed)
  • Click Compile Script
  • File > Save as Media Editor.exe in the same directory. The shield icon should be gone and you'll be able to edit media just fine  8).

Logged

JackTheWolf

  • Recent member
  • *
  • Posts: 34
Re: Send To > Media Editor is not working
« Reply #9 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.

  • Create a .bat file somewhere you intend to keep it
  • Inside the .bat file, make it look similar to below (obviously put the location of your Media Editor.exe):
Code: [Select]
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "C:\Program Files\J River\Media Center 28\Media Editor.exe" %1"
  • Inside Media Center, go to Tools > Send To > Send To (external) > Add / Edit Programs...
  • In the pop up window, click Add...
  • Fill in a name
  • The path to the .bat file will go into Program Path
  • Keep Parameters as it's default value
  • Hit OK

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
Logged

nonightsweats

  • Junior Woodchuck
  • **
  • Posts: 57
Re: Send To > Media Editor is not working
« Reply #10 on: February 25, 2023, 04:25:16 pm »

@jackthewolf - thanks for these responses. i hadn't checked the post for ages
Logged
Pages: [1]   Go Up