News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Many Many Duplicate video files for videos I don't have keep appearing

Started by Chymmylt, September 27, 2007, 10:37:53 AM

Previous topic - Next topic

Chymmylt

Well that worked thanks Thom - now I just gotta figure out where they came from (as I said - closed network and I know those files weren't on any other computer on the network) and how to keep them from comming back again :)

Thanks again Thom!

tschak909


1audio

When Myth is active for live TV it creates files. LMCE's utility to capture Myth's recordings is not very smart and can add those to the list. And again through the UPNP server in Myth as well. so they can show multiple times. The script needs improvement-
1) add when the program starts, not when its finished
2) Add the full complement of data (images titles etc.)
3) Not add the recordings that were not intended to be recorded.

When you see the listing in "video" click on it and look at the file name. That may tell you where its stored (or thinks its stored). removing the file won't necessarily remove it from the list. You may need to resync the listings.

chrisbirkinshaw

I had the same problems, all files from "MythTV AV Media Server" - the mythtv upnp server. I deleted them, but the question is how do I disable this server in myth?


HenrikS

You could try to edit /etc/init.d/mythtv-backend and add --noupnp to the execution arguments like this:

ARGS="--noupnp --daemon --logfile /var/log/mythtv/mythbackend.log --pidfile $RUNDIR/$NAME.pid"

/Henrik