NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 63 64 65 66 67 … 93 Next »
My Music 3 Beta (DB Version)

 
  • 0 Vote(s) - 0 Average
My Music 3 Beta (DB Version)
Geoff
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Mar 2005
#31
2005-11-19, 10:32 PM
Using your latest version also have this error from the plugin config setting - Scan for Music files

The ConnectionString property has not been initialized.
at System.Data.OleDb.OleDBConnction.Open()
at MyMusicDatabase.Database.MusicCollection()
at MyMusicDatabase.MusciTag..ctor(string filename)
at MyMusicPlugin.MyMusicConfigForm..Scan() in c:\xmltv\my music 3\config\mypicturesconfigform.cs:line 1696

Geoff
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#32
2005-11-19, 10:49 PM
yeah ignore the scan in the plugin config, thats screwed up. i should have mention it before. im just going to get it to launch the external mymusicdatabaseloader.exe file when the user clicks this in the file version.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#33
2005-11-19, 10:51 PM
Quote:and the dir's I have tried had mp3 files (with tags)
oh balls. im sick of this for today, ill try tomorrow on a fresh config.xml file and fresh database.

oh one thing that should work (hopefully, my luck its buggered too) if you rip a audio cd to mp3 inside my music those files should be added to the database.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#34
2005-11-19, 11:47 PM
heres my "my music" part in the config.xml file in the mean time, ill give a cookie to anyone who figures out what i missed in their config.xml and gets this damn dirty loader to work
Code:
<MyMusicPlugin>
      <CDDrive>E:</CDDrive>
      <CDDirectory>C:\Documents and Settings\gbpvr\My Documents\My Music</CDDirectory>
      <PlaylistDirectory>C:\Documents and Settings\gbpvr\My Documents\My Playlists</PlaylistDirectory>
      <EjectCD>true</EjectCD>
      <NeroCmd>C:\Program Files\Ahead\Nero\NeroCmd.exe</NeroCmd>
      <Bitrate>192</Bitrate>
      <Frequency>44100</Frequency>
      <MusicFileExtensions>mp3|mp2|wav|cda|wma</MusicFileExtensions>
      <FileListFormat>%TRACKNUMBER%. %SONGTITLE%</FileListFormat>
      <PlayListFormat>%ARTIST% - %SONGTITLE%</PlayListFormat>
      <RippedFormat>%ARTIST%\%ALBUM%\%ARTIST% - %ALBUM% - %TRACKNUMBER% - %SONGTITLE%</RippedFormat>
      <FreeDBMirror>us.freedb.org</FreeDBMirror>
      <VirtualRoot>My Music~DIR~C:\Documents and Settings\gbpvr\My Documents\My Music\|</VirtualRoot>
      <DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\Program Files\devnz\gbpvr\mydatabase.mdb</DatabaseConnectionString>
      <DontDisplayCurrentSongInfo>false</DontDisplayCurrentSongInfo>
      <DebuggingLevel>0</DebuggingLevel>
      <MenuItems>
        <MenuItem name="View" index="0" visible="true" />
        <MenuItem name="Sort by" index="1" visible="true" />
        <MenuItem name="Playlist" index="2" visible="true" />
        <MenuItem name="My Playlists" index="3" visible="true" />
        <MenuItem name="Copy CD" index="4" visible="true" />
        <MenuItem name="Main Menu" index="5" visible="true" />
      </MenuItems>
      <ImageFileExtensions>mp3|mp2|wav|cda|wma</ImageFileExtensions>
      <MusicDirectories>
        <MusicDirectory>C:\Documents and Settings\gbpvr\My Documents\My Music\</MusicDirectory>
      </MusicDirectories>
      <WritingApplication>C:\Program Files\NCH Swift Sound\ExpressBurn\burn.exe</WritingApplication>
    </MyMusicPlugin>
Geoff
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Mar 2005
#35
2005-11-20, 12:24 AM
Hi Reven

My config was missing
<MusicDirectories>
<MusicDirectory>C:\Documents and Settings\gbpvr\My Documents\My Music\</MusicDirectory>
</MusicDirectories>
<WritingApplication>C:\Program Files\NCH Swift Sound\ExpressBurn\burn.exe</WritingApplication>
</MyMusicPlugin>

MymusicDBLoader now runs OK with the Music directories included in my Config.xml file

However still have an error when opening the menu -
" Error: method not foundConfusedystem.Drawing.Image
MyMusicDatabase.MusicTag.FindAlbumArt(System.String)."


Geoff
djdafreund
Offline

Member

Posts: 104
Threads: 15
Joined: Apr 2005
#36
2005-11-20, 01:05 AM
Did you re-download the file again? Reven fixed that error. It was mentioned on the 1st page of this topic. Give that a try. I was the one 1st posting about it, and he changed something, which fixed that error. Try downloading it again, and try it again. Mine's working fine since then. Hope that helps.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#37
2005-11-20, 01:37 AM
Quote:<MusicDirectories>
<MusicDirectory>C:\Documents and Settings\gbpvr\My Documents\My Music\</MusicDirectory>
</MusicDirectories>
oh yeah i was changing it away from the virtual root thing. its all coming back to me now (been like a month since i was really doing much with this plugin, life got in the way Smile)
djdafreund
Offline

Member

Posts: 104
Threads: 15
Joined: Apr 2005
#38
2005-11-20, 03:33 AM
Hey Reven, we seemed to have drawn some attention over of Chokemaniacs site in General labeled "PM3 port for GBPVR on PC over on forums.gbpvr.com/...". Chokemania said somewhere in that "Yeah, hope i get some credit mentioned Smile " I told him for sure, and paid him a nice complement or two that i wouldn't have even considered porting over it if it wasn't such an awesome skin he made for the XBMC from the start. He's cool.

Kinda makes ya feel good and such.Haven't drawn news since the 'ol hackin the BBS days. LOL. Umm, that was a long time ago. LOL. Creating ANSI movie shorts as a co-sysop of one. Hehe. Hope things are doing good with ya. I just found out a friend i IM'd with the other day supposedly just commited suicide yesterday. Man i hope it's not true.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#39
2005-11-20, 04:06 AM
yeah i was going to ask for his permission before we actually released the skin just to make sure he's cool with it.
Geoff
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Mar 2005
#40
2005-11-20, 06:18 AM
Have downloaded and installed the current version - mymusic3_beta02[1].3.zip

-also checked log files - this from GBPVR.exe.log -an error results from a link to C:\xmltv.....

About to play LiveTV File: D:\3 News_3_20051120_18001900.mpg Channel: TV3
20/11/2005 6:46:19 p.m..171 VERBOSE [2] eventText= TV3
20/11/2005 6:46:19 p.m..171 VERBOSE [2] type= CurrentChannelName
20/11/2005 6:46:19 p.m..171 VERBOSE [2] eventText= 3
20/11/2005 6:46:19 p.m..171 VERBOSE [2] type= CurrentChannelNumber
20/11/2005 6:46:19 p.m..171 VERBOSE [2] Before LiveTV Play
20/11/2005 6:46:24 p.m..296 VERBOSE [2] After LiveTV Play
20/11/2005 6:46:24 p.m..312 VERBOSE [2] RenewLease: 3
20/11/2005 6:46:24 p.m..890 VERBOSE [2] getValue cached value: /settings/DefaultSkipSecondsForward : 60
20/11/2005 6:46:24 p.m..890 VERBOSE [2] getValue cached value: /settings/DefaultSkipSecondsBack : 30
20/11/2005 6:46:24 p.m..890 VERBOSE [2] getValue cached value: /settings/ManualSkipTimebase : Minutes
20/11/2005 6:46:24 p.m..968 VERBOSE [2] Received event code: 1
20/11/2005 6:46:26 p.m..562 VERBOSE [2] StopLiveTV()
20/11/2005 6:46:27 p.m..046 VERBOSE [2] at xae10db17d26ba033.xbe83d16b02243330.x9d0357308a26468a(Boolean x34c7e6ccfb82bbba)
20/11/2005 6:46:27 p.m..406 VERBOSE [2] eventText=
20/11/2005 6:46:27 p.m..406 VERBOSE [2] type= CurrentAudioTrack
20/11/2005 6:46:27 p.m..406 ERROR [2] Error: msg=0x8001 hwnd=0x2074c wparam=0x0 lparam=0x0 result=0x0 : System.MissingMethodException: Method not found: Void MyMusicDatabase.MusicTag.IncrementTimesPlayed().
at MyMusicPlugin.Controls.MusicPanel.MusicTrackChanged(String eventText)
at MyMusicPlugin.MusicTrackChangedEventHandler.Invoke(String eventText)
at MyMusicPlugin.GBPVREventViewer.Notify(EventTypes type, String eventText) in C:\xmltv\My Music 3\GBPVREventViewer.cs:line 41 at xd426863f4d052758.xc4f12ec3a8a4c96b.x85b8d963f05ddf09(EventTypes x4f04899de3605e17, String xbc19b591abc4848a)
at xae10db17d26ba033.xbe83d16b02243330.x9d0357308a26468a(Boolean x34c7e6ccfb82bbba)
at xae10db17d26ba033.xbe83d16b02243330.OnGraphNotify()
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (14): « Previous 1 2 3 4 5 6 … 14 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Version control / repository software for VS Express bgowland 2 2,387 2014-05-02, 09:57 PM
Last Post: bgowland
  Discover NEWA version? bgowland 2 1,872 2014-01-06, 04:40 AM
Last Post: bgowland
  Accessing music file metadata in C# bgowland 6 3,271 2013-01-26, 05:14 AM
Last Post: bgowland
  visible="!@hasImage & folder.jpg in Music not working Jaggy 0 1,204 2012-02-10, 10:29 PM
Last Post: Jaggy
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,859 2012-02-05, 10:29 AM
Last Post: bgowland
  What music player is used? cncb 1 1,551 2011-08-01, 08:02 PM
Last Post: sub
  Detecting when Music Playlist is stopped (Ctrl-S) ACTCMS 6 2,840 2011-06-19, 07:52 PM
Last Post: sub
  beta net2hipsend pBS 143 43,753 2010-06-23, 06:37 AM
Last Post: pBS
  How can I reset the Music plugin's database? mkenyon2 1 1,894 2009-10-15, 06:43 PM
Last Post: psycik
  Common Music/Video Inset? reven 9 4,284 2008-12-09, 03:16 AM
Last Post: JavaWiz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode