INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2 3 4 5 ... 10
 1 
 on: Today at 09:09:35 pm 
Started by troyc - Last post by Drybonz
This has been happening to me recently.  Hangs on a black screen when I stop a movie... has to be task killed.  Local files.

 2 
 on: Today at 08:23:07 pm 
Started by Kenny Dave - Last post by Kenny Dave
I don't have track info working in Linux Mint. It just shows me a blank screen. It's the same for all Track Info options. Cover Art display works ok.

Any suggestions how I could debug this?

 3 
 on: Today at 08:02:44 pm 
Started by BryanC - Last post by BryanC
I added noble support in installJRMC v1.0.2 for *buntu >= 24.04 as well as a new "--base" option to select your preferred debian base manually for fun or troubleshooting.

I tried running the noble MC build on Fedora 40 and it worked fine:

Code: [Select]
installJRMC --install local --base noble
I'm not sure how many people are using my Fedora/CentOS repo, but I'm curious if anyone would be for/against switching the fedora rpms in my repo to a noble MC base. I'm tempted since it seems to work OK on Fedora 40 and would be the latest and greatest, but I have not tested on F39 or lower or any of the CentOS derivatives.

Since there's now a fairly wide compatibility gap, I'm also thinking of a way to automatically select the appropriate MC base version for older distros and/or legacy MC releases and providing warnings/workarounds if there are issues.

Is there a list of which MC versions correspond to each Debian base version? IIRC sometimes it has switched mid-version so a tree of the repo would help!

 4 
 on: Today at 05:56:21 pm 
Started by haggis999 - Last post by haggis999
Try testing the mc32 commands in a cmd prompt first.
I think you need to remove the space between the MCC arguments. This works for me:

mc32 /mcc 10037,1
mc32 /mcc 10014

Those commands work via a command prompt but not via the .wsf script.

 5 
 on: Today at 04:55:12 pm 
Started by haggis999 - Last post by zybex
Try testing the mc32 commands in a cmd prompt first.
I think you need to remove the space between the MCC arguments. This works for me:

mc32 /mcc 10037,1
mc32 /mcc 10014

 6 
 on: Today at 04:25:41 pm 
Started by haggis999 - Last post by haggis999
I would like to find a way to enforce the use of a detached display for the MC zone I use for playing videos.

An old thread https://yabb.jriver.com/interact/index.php?topic=79166.msg537977 includes a script for doing just that. I updated the code to use MC32 and to target Zone #3, as shown below. This was saved as a .wsf file but it doesn't work. It opens MC but doesn't make the switch to a detached display. Are such scripts no longer valid for MC or does it just need a little tweak?

Code: [Select]
<package>
<job id="vbs">
<script language="VBScript">

'Create our handy dandy Shell object
set WshShell = WScript.CreateObject("WScript.Shell")

'Start MC
WshShell.Run "mc32.exe"

'Pause for a bit
WScript.Sleep 1000

'Detach display on Zone 3
WshShell.Run "mc32.exe /MCC 10037, 1:2"
</script>
</job>
</package>

 7 
 on: Today at 03:57:42 pm 
Started by steini0807 - Last post by steini0807
kann mir jemand helfen wie man "netflix" wieder in der Theatheransicht auswählen kann

 8 
 on: Today at 03:39:40 pm 
Started by troyc - Last post by troyc
NAS is and has been up to date.

It's a TrueNAS server with an SMB share for the media folder. My computer and thus I assume Media Center has full permissions to the folder.

There were no log messages generated on the NAS at the time of the most recent incident.

Thanks

 9 
 on: Today at 03:17:33 pm 
Started by troyc - Last post by JimH
Try updating the NAS firmware.

 10 
 on: Today at 03:00:52 pm 
Started by joshhuggins - Last post by HPBEME
It is a long click on the PlayerBar that launches spotlight, not dragging, but yes.

Having multiple ways to launch a function is nice, but if it regularly interferes with other common actions, then it should probably be eliminated.  I know I have had a couple feature requests incorporated over the years that were later removed due exactly to that - accidental activation that conflicted with other functionality.

Since Spotlight can be launched via its icon in the tab-bar icon, and also by the RMB context menu on a track, album cover or artist image, that is already plenty-o-options.

Pages: [1] 2 3 4 5 ... 10