Cannot Import Export or set content

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,928
Joined: Jan 2011
Reputation: 131
Location: Arizona, USA
Post: #11
Remove the <name> tag from advancedsettings.xml as well

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
xdamageincx Offline
Junior Member
Posts: 37
Joined: Mar 2013
Reputation: 0
Post: #12
(Today 01:19)Ned Scott Wrote:  Remove the <name> tag from advancedsettings.xml as well
<videodatabase>
<type>mysql</type>
<host>192.168.1.102</host>
<port>3306</port>
<user>xbmc</user>
<pass>123456789</pass>
<name>xbmc_video</name>
</videodatabase>




<musicdatabase>
<type>mysql</type>
<host>192.168.1.102</host>
<port>3306</port>
<user>xbmc</user>
<pass>123456789</pass>
<name>xbmc_music</name>
I saw something somewhere about name tags. Do you mean remove EVERYTHING in Bold?
find quote
saitoh183 Online
Fan
Posts: 605
Joined: Jul 2011
Reputation: 8
Location: Canada
Post: #13
yes...name tag is only useful if you need to have more then 1 of the same DB...for instance if you have 2 xbmc profiles with 2 separate BD

[Image: watched-clearlogo.jpg]

If my replies help you, please click on my reputation :) thanks :)
(This post was last modified: Today 03:40 by saitoh183.)
find quote
xdamageincx Offline
Junior Member
Posts: 37
Joined: Mar 2013
Reputation: 0
Post: #14
(Today 03:40)saitoh183 Wrote:  yes...name tag is only useful if you need to have more then 1 of the same DB...for instance if you have 2 xbmc profiles with 2 separate BD

I've deleted the name tags on both advancesetting.xml's- and rebooted. Still have the same problem. Hmmm.
Any other ideas?
I'm at a loss...

New log maybe?
Debug LOG LINK
(This post was last modified: Today 05:16 by xdamageincx.)
find quote
saitoh183 Online
Fan
Posts: 605
Joined: Jul 2011
Reputation: 8
Location: Canada
Post: #15
If you start fresh:
Your MySQL is on the same machine as your data and XBMC?


- Installed MySQL 5.5.x
- Install MySQL Workbench (this will allow you to see your MySQL in a GUI rather then use the command line interface)

- in your advancedsettings.xml:
<videodatabase>
<type>mysql</type>
<host>192.168.1.102</host>
<port>3306</port>
<user>xbmc</user>
<pass>123456789</pass> ----> this is set in MySQL?
</videodatabase>

- In XBMC, set sources (as SMB path), choose your scraper. If movies are in a sub-folder under movies folder, select recursive scan.

[Image: watched-clearlogo.jpg]

If my replies help you, please click on my reputation :) thanks :)
find quote
xdamageincx Offline
Junior Member
Posts: 37
Joined: Mar 2013
Reputation: 0
Post: #16
(Today 05:34)saitoh183 Wrote:  If you start fresh:
Your MySQL is on the same machine as your data and XBMC?


- Installed MySQL 5.5.x
- Install MySQL Workbench (this will allow you to see your MySQL in a GUI rather then use the command line interface)

- in your advancedsettings.xml:
<videodatabase>
<type>mysql</type>
<host>192.168.1.102</host>
<port>3306</port>
<user>xbmc</user>
<pass>123456789</pass> ----> this is set in MySQL?
</videodatabase>

- In XBMC, set sources (as SMB path), choose your scraper. If movies are in a sub-folder under movies folder, select recursive scan.
Yes, I can take a screen Shot but as you said, it is set up this way:
- In XBMC, set sources (as SMB path), choose your scraper. If movies are in a sub-folder under movies folder, select recursive scan.
They are set as SMB and recursive scan has been selected.
I don't have "workbench" set up- Is this a tool available on my sql?
As for this:
Quote:<pass>123456789</pass> ----> this is set in MySQL?
I'm not sure what you mean- it wasn;t covered in the WIKI

(Today 05:41)xdamageincx Wrote:  
(Today 05:34)saitoh183 Wrote:  If you start fresh:
Your MySQL is on the same machine as your data and XBMC?


- Installed MySQL 5.5.x
- Install MySQL Workbench (this will allow you to see your MySQL in a GUI rather then use the command line interface)

- in your advancedsettings.xml:
<videodatabase>
<type>mysql</type>
<host>192.168.1.102</host>
<port>3306</port>
<user>xbmc</user>
<pass>123456789</pass> ----> this is set in MySQL?
</videodatabase>

- In XBMC, set sources (as SMB path), choose your scraper. If movies are in a sub-folder under movies folder, select recursive scan.
Yes, I can take a screen Shot but as you said, it is set up this way:
- In XBMC, set sources (as SMB path), choose your scraper. If movies are in a sub-folder under movies folder, select recursive scan.
They are set as SMB and recursive scan has been selected.
I don't have "workbench" set up- Is this a tool available on my sql?
As for this:
Quote:<pass>123456789</pass> ----> this is set in MySQL?
I'm not sure what you mean- it wasn;t covered in the WIKI
I assume SMB on the mysql Machine?
I have them set up as local source and SMB on local machine- par for some of my confusion.

Wierd THing is that it keeps happening when I add on Repos or Fusion or when I install Zip Files for them.
I dumped xbmchub thinking that was the problem but it started happening in the interim. At the beginning of the install it worked ok , but then it went to shit.
Not Sure what caused it.
(This post was last modified: Today 05:50 by xdamageincx.)
find quote
Post Reply