Tv and movie duplicates
#16
I'll have a look on google to see how to run it or something, thanks for your help anyway.
Reply
#17
Code:
apt-get install python
Reply
#18
hi thanks for that ned scott, managed to install it now im getting:
./texturecache.py:426: Warning: 'with' will become a reserved keyword in Python 2.6
File "./texturecache.py", line 426
with threading.Lock():
^
SyntaxError: invalid syntax
Reply
#19
(2013-06-30, 07:25)Ned Scott Wrote:
Code:
apt-get install python

Thanks Ned.

(2013-06-30, 14:42)Adam20130 Wrote: hi thanks for that ned scott, managed to install it now im getting:
./texturecache.py:426: Warning: 'with' will become a reserved keyword in Python 2.6
File "./texturecache.py", line 426
with threading.Lock():
^
SyntaxError: invalid syntax

Sadly, the version of Python installed on the ATV2 is too old and not supported - you need at least 2.6. You can see the version of Python you have by running "python --version". Is there not a more recent version of Python available for the ATV2?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#20
Did a version check and it says "python is already the newest version"
Reply
#21
(2013-06-30, 21:58)Adam20130 Wrote: Did a version check and it says "python is already the newest version"

What version is it (if only for future reference on my part). Sorry for derailing your initial query, will know not to get involved with ATV2 problems in future! Smile
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#22
2.5.1 and no worries thanks for trying to help me out
Reply
#23
You can try this http://code.google.com/p/yangapp/downloa...AOpSys-OSX
Reply
#24
(2013-07-01, 05:40)Ned Scott Wrote: You can try this http://code.google.com/p/yangapp/downloa...AOpSys-OSX

Yep, script works wonderfully with this.
Reply
#25
Hi managed to get it working, here are the logs.

./texturecache.py Jd movies "Redemption" @extrajson.movies=file

Code:
A new version of this script is available - use the "update" option to automatically apply update.

[                
  {
    "movieid": 39,
    "title": "Redemption",
    "art": {
      "fanart": "image://http://cf2.imgobject.com/t/p/original/lT7zyRL6iHCe2eWFJe0gMLYXoa9.jpg/",
      "poster": "image://http://cf2.imgobject.com/t/p/original/fZRRcQXxUy9GMaTaniBhn7KxVSo.jpg/"
    },
    "file": "smb://192.168.1.96/public/Movies/Redemption/Redemption.1080p.WEB-DL.DD5.1.H.264-HKD.mkv",
    "label": "Redemption"
  },
  {
    "movieid": 40,
    "title": "Redemption",
    "art": {
      "fanart": "image://http://cf2.imgobject.com/t/p/original/lT7zyRL6iHCe2eWFJe0gMLYXoa9.jpg/",
      "poster": "image://http://cf2.imgobject.com/t/p/original/fZRRcQXxUy9GMaTaniBhn7KxVSo.jpg/"
    },
    "file": "smb://192.168.1.96/public/Movies/Redemption/.AppleDouble/Redemption.1080p.WEB-DL.DD5.1.H.264-HKD.mkv",
    "label": "Redemption"
  }
]

./texturecache.py sources

Code:
video: Movies: smb://192.168.1.96/public/Movies
music: Music: smb://192.168.1.96/public/Music
files: Applications: /Applications
files: Navi X Downloads: smb://192.168.1.96/public/Navi X Downloads
files: fusion (2): http://fusion.xbmchub.com
files: fusion: htt://fusion.xbmchub.com

EDIT: Ive noticed that the .appledouble folder is causing the problem? I have deleted all . folders how the heck is that still there?
I have also run the terminal command to not write .appledouble files to harddrive, and i have cleaned it from . files using blueharvest
Reply
#26
(2013-07-01, 19:08)Adam20130 Wrote: EDIT: Ive noticed that the .appledouble folder is causing the problem? I have deleted all . folders how the heck is that still there?

Yes, it looks like .AppleDouble is your problem and those folders should be deleted. Your comment above isn't clear though - is the problem with duplicates resolved now, or does it continue?

After you deleted all the .AppleDouble folders, did you clean the library as this should remove all the .AppleDouble movies from your library. You probably need to find a way to stop your Apple kit from creating these files - this post may be useful.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#27
Seem that all of the ".appledouble" files were still there, i deleted them via FTP to my NAS. I have ran the terminal command again to stop OS X creating the .appledouble files. Rescanned my library and finally there are no duplicates. Simple solution really, didn't realise it in the first place! thanks for your help
Reply

Logout Mark Read Team Forum Stats Members Help
Tv and movie duplicates0