code-google-com / mythbox

Automatically exported from code.google.com/p/mythbox
GNU General Public License v2.0
0 stars 1 forks source link

does not play files with either spaces or extra periods #157

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import external video file into mythtv (i.e. mirobridge)
2. try play a file in mythbox (who's real name has spaces and extra periods)

What is the expected output? What do you see instead?
play as normal

What version of the product are you using? On what operating system?
1.02 on windows

Please provide any additional information below.
You get files with spaces, extra periods (i.e. custom names) when you import a 
video file into mythtv using either the internal import scipt or a 3rd party 
script (mirobridge).
Normal recordings are normally formatted 1031_20110208132000.mpg
but an imported file can have any naming scheme.

Original issue reported on code.google.com by davidstoll@davidstoll.net on 20 Feb 2011 at 7:23

GoogleCodeExporter commented 9 years ago
Can you attach your xbmc.log with MythBox in debug mode so I can see exactly 
where the problems are?  I don't have/use mirobridge.

Original comment by semir.pa...@gmail.com on 5 Mar 2011 at 7:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
There may be something else going on now, but I have attached the log.

Thanks for your help!

Original comment by davidstoll@davidstoll.net on 8 Mar 2011 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like your problem, according to your log, is mysql related:

17:31:59 T:64996 M:803782656  NOTICE: DEBUG | mythbox.ui | __init__.py | Line 
1072 | showPopup: XBMC.Notification(Error,Connect to MySQL failed: 1045: Access 
denied for user 'mythtv'@'David_desktop' (using password: YES),7000)

Should be pretty easy to fix after googling it.

Original comment by semir.pa...@gmail.com on 9 Mar 2011 at 6:45

GoogleCodeExporter commented 9 years ago
I can access the mysql database from other frontends without any problems.
I tried on several different PC's running everything from Windows to Linux and 
have had no luck.  Googleing isn't turning anything up for me.

Original comment by davidstoll@davidstoll.net on 9 Mar 2011 at 5:41