2014-08-13, 16:13
(2014-08-13, 15:12)mikeb93 Wrote: Alright.... I will rename my 3000 episodes at some point ... :/
Try filebot ( http://www.filebot.net ), may speed things up
(2014-08-13, 15:12)mikeb93 Wrote: Alright.... I will rename my 3000 episodes at some point ... :/
(2014-08-13, 15:25)popcornmix Wrote: Looking more closely at
http://wiki.xbmc.org/index.php?title=Nam...s/TV_shows
It looks like files must be named:
"anything_101.mkv" or "anything.101.mkv"
It doesn't explicityly state that "101.mkv" is a valid name.
I don't know for certain, but it might be worth trying renaming the file to start with something before the 101. Then do a clean and scan.
If that helps, then that may be an easier rename to script.
(2014-08-13, 16:49)mikeb93 Wrote: Well then I wonder why it works for like 99% of my library but screws up for like 10 episodes or so.
Funny thing is, that those duplicates just show to another episode of a later season.
(2014-08-12, 16:16)Milhouse Wrote:Thanks Milhouse, but further testing has demonstrated that the upgrade is producing the data - with the same 99% of 64mb available previous versions require 3-6% whereas v88 onwards fails in short order having got to 100%.(2014-08-12, 15:04)goRt Wrote: I know how much the dev like mySQL, I'm getting a videoDB upgrade issue when going beyond v79 (which includes the dreadful multi series issue):
http://forum.xbmc.org/showthread.php?tid=201785
Is there a fix or an alternate DB that XBMC can use to replace mySQL
Thanks
Replied in your other thread, this looks more like a server rather than application issue.
(2014-08-13, 18:38)goRt Wrote: Thanks Milhouse, but further testing has demonstrated that the upgrade is producing the data - with the same 99% of 64mb available previous versions require 3-6% whereas v88 onwards fails in short order having got to 100%.
I notice that the developed (of xbmc) doesn't like MySQL and indicates it has put support for that on hold. The wiki recommends the use of MySQL in this scenario.
Thanks
-rw-rw---- 1 mysql wheel 71752 Aug 13 17:59 /tmp/#sql1113_816e2_1f.MYD
-rw-rw---- 1 mysql wheel 1024 Aug 13 17:59 /tmp/#sql1113_816e2_1f.MYI
# uname -a
Linux rpi512 3.16.0 #1 PREEMPT Wed Aug 13 22:09:01 BST 2014 armv6l GNU/Linux
# vcgencmd version
Aug 12 2014 18:21:28
Copyright (c) 2012 Broadcom
version f32b2bbfdea55d48c9a52b92e5c798f9aa5f47bc (tainted) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20140813220749-r18964-g5c12231
(2014-08-13, 19:04)Milhouse Wrote: You should be able to reproduce the problem by running the same query (SELECT * FROM seasonview WHERE seasonview.idShow = N) where N is a valid tvshow id, in your case 405, using any client, eg. MySQL Workbench.
Testing here on a fairly low powered NAS (HP N36L, approximately Atom-class with 8GB RAM, v89 db) and this query completes in less than 0.281 seconds. Running without the WHERE clause returns 215 rows and completes in 0.297 seconds. This is for a library with 61 tvshows, 215 seasons and 2992 episodes, and produces scratch files of less than 100KB:
(2014-08-13, 23:49)d0wnl0rd Wrote: Just to give you a benchmark on a really low-powered NAS: mysql running on Synology DS210j provides me with 3,0x seconds running that query with a N-parameter (giving 4 rows), and 3.1x secondy for a full query (giving 231 rows). 81 tvshows, 458 seasons, 3.241 episodes.
# uname -a
Linux rpi512 3.16.0 #1 PREEMPT Thu Aug 14 22:39:40 BST 2014 armv6l GNU/Linux
# vcgencmd version
Aug 12 2014 18:21:28
Copyright (c) 2012 Broadcom
version f32b2bbfdea55d48c9a52b92e5c798f9aa5f47bc (tainted) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20140814223115-r18997-g65b4bdd
(2014-08-15, 02:06)steve1977 Wrote: Thanks again for all the builds. Which would be the right one if I were to switch to Helix Alpha 2?
(2014-08-15, 02:51)steve1977 Wrote: Thanks for your quick reply. I am currently using Gotham on my non-pi clients. Library scanning is so super-slow on my pi though that I want to try Helix, which I read in the other thread has fixed a potential issue on this. Is there any issue to using v89 on my pi and Gotham 13.1 on my non-pis?