Author Topic: Many Many Duplicate video files for videos I don't have keep appearing  (Read 10432 times)

Chymmylt

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Many Many Duplicate video files for videos I don't have keep appearing
« Reply #15 on: September 28, 2007, 06:16:40 am »
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

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Many Many Duplicate video files for videos I don't have keep appearing
« Reply #16 on: September 28, 2007, 06:38:12 am »
you're welcome. :-)

-Thom

1audio

  • Addicted
  • *
  • Posts: 552
    • View Profile
Re: Many Many Duplicate video files for videos I don't have keep appearing
« Reply #17 on: September 28, 2007, 07:15:11 am »
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

  • Guru
  • ****
  • Posts: 431
    • View Profile
Re: Many Many Duplicate video files for videos I don't have keep appearing
« Reply #18 on: October 05, 2007, 03:02:39 pm »
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

  • First post!
  • Posts: 1
    • View Profile
Re: Many Many Duplicate video files for videos I don't have keep appearing
« Reply #19 on: October 09, 2007, 12:41:53 pm »
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