 |
|
|
Okay, I went to the source tree and downloaded the trunk. Man that was tedious. File by file. There really ought to be a source zip download. Anyway, I also downloaded and installed into Visual Studio 2005 the ajax toolkit 1.0.10618 which is the same version referenced in the Web.config. Compilation however has a problem when validating the site. What am I doing wrong?
I've edited out most of the long command lines and warnings, but here is relevant build log entries.
------ Rebuild All started: Project: baileysoft.mp3.Core, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 7 warnings
------ Rebuild All started: Project: baileySoft.Utils.Web, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings
------ Rebuild All started: Project: baileysoft.mp3.Mp3Scanner, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings
------ Rebuild All started: Project: audioscrobbler, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings
------ Rebuild All started: Project: baileysoft.mp3.Mp3Scanner.Service, Configuration: Debug Any CPU ------ Compile complete -- 0 errors, 0 warnings
------ Rebuild All started: Project: C:\...\site\, Configuration: Debug .NET ------ Validating Web Site Building directory '/site/App_WebReferences/'. Building directory '/site/App_Code/'. Building directory '/site/controls/'. (0): Build (web): Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
C:\Documents and Settings\Mark\My Documents\Visual Studio 2005\Projects\mp3-cms\site\App_Code\Mp3CmsMembershipProvider.cs(174,4): warning CS0168: The variable 'e' is declared but never used C:\Documents and Settings\Mark\My Documents\Visual Studio 2005\Projects\mp3-cms\site\App_Code\Mp3CmsMembershipProvider.cs(32,35): warning CS0649: Field 'Mp3CmsMembershipProvider._passwordFormat' is never assigned to, and will always have its default value 0 Validation Complete ========== Rebuild All: 5 succeeded, 1 failed, 0 skipped ==========
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Okay. Had to add AjaxControlToolkit.dll and .pdb and all the localization folders in the bin directory. I guess VS2005 doesn't add those when it builds the site. TrackList.ascx seemed to require <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> to eliminate another error. Now I'm getting the following error:
Build (web): Unknown server tag 'asp:UpdatePanel'
The funny thing is that the AjaxToolkit sample web site which also uses this tag, runs just fine. Am I missing a reference somewhere?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
New problem... sigh.
C:\...\mp3-cms\site\forms\gettrack.aspx.cs(60,9): error CS0246: The type or namespace name 'org' could not be found (are you missing a using directive or an assembly reference?) C:\...\mp3-cms\site\forms\gettrack.aspx.cs(60,42): error CS0246: The type or namespace name 'org' could not be found (are you missing a using directive or an assembly reference?) C:\...\mp3-cms\site\forms\gettrack.aspx.cs(63,13): error CS0246: The type or namespace name 'org' could not be found (are you missing a using directive or an assembly reference?)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
... and the problem was: The mime type of the cvs source code download links caused windows to save the server.wsdl and server.discomap files as server.xml and server.discomap.xml.
Okay. That certainly would have been preventable if the source was in a zip file.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Okay. When running in VS2005 IDE, I get an exception. Here is what is reported in scanner_log.txt. "NETWORK SERVICE" has been given full rights to c:\data. What else could it be?
2008-11-18 23:12:28,421 [9] ERROR NHibernate.Tool.hbm2ddl.SchemaExport [(null)] - Invalid ConnectionString format for parameter "C:\Documents and Settings\Mark\My Documents\Visual Studio 2005\Projects\mp3-cms\site\App_Data\music.db3" System.ArgumentException: Invalid ConnectionString format for parameter "C:\Documents and Settings\Mark\My Documents\Visual Studio 2005\Projects\mp3-cms\site\App_Data\music.db3" at System.Data.SQLite.SQLiteConnection.ParseConnectionString() at System.Data.SQLite.SQLiteConnection.Open() at NHibernate.Connection.DriverConnectionProvider.GetConnection() at NHibernate.Tool.hbm2ddl.SchemaExport.Execute(Boolean script, Boolean export, Boolean justDrop, Boolean format)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Okay, Had to change the NHibernate.config connection string to specify the Data Source key=value pair, with the value in quotes...
<property name="connection.connection_string"> Data Source="C:\Documents and Settings\Mark\My Documents\Visual Studio 2005\Projects\mp3-cms\site\App_Data\music.db3";Version=3;Page Size=4096;Synchronous=Off </property>
Cool. Now I'm gonna play with it and learn its behaviors.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Again, this is not the right place for these types of questions. Refer to the a href="http://www.nealosis.com/forum/">forums[^]
There are very distinct instructions for developers in both the source tree and in the forums.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I'm not interrested in joining any forums outside of codeproject. I participate in several projects here and posted a few myself. If the purpose of posting the project here was only to draw traffic to an outside site, then I think it was a mistake.
To anyone else, message me if the author doesn't post a source download zip and I will email a zip of my working set to save you the tedium of downloading file by file in the aneamic svn sourceforge link originally provided. Warning: My version already has some changes. For one, I have moved the common dependencies in a solution level folder rather than multiple times in the project folders. I'm about to get rid of the currently useless login form. I am considering adding the built-in ASP authentication to eliminate the potential security hole created by allowing domain authorization; but, I have to research the implications to server performance first.
|
| Sign In·View Thread·PermaLink | 1.00/5 (4 votes) |
|
|
|
 |
|
|
First of all, why would I be interested in drawing traffic to a site with no adverts, that I pay for personally out of my own pocket by the kilobyte. If you don't want to join the project then you're not going to get support because we're not going to answer the same questions over and over again at 3 different forums (codeproj, nealosis, sourceforge, etc).
Secondly, if you cannot show respect for the 2 years of time and energy that it took for several developers, including myself, to build this solution then I DO NOT GRANT YOU permission to redistribute it. Cease further posting here or elsewhere regarding any changes you make to the cms.
However, if you'd like to make changes (that everyone else can use and enjoy) then I suggest you join the development team and we'll bring you up to speed, otherwise you're changes are going to conflict with the active new features being implemented into version 1.6 and the mp3-cms team doesn't offer support for unsupported revisions.
The source tree contains all the revisions and the working trunk. If you only want to work from of the main development tree then you only need to download from the trunk level, but you would not be able to create new releases, branches, or experimental paths.
We won't EVER provide a zipped version of the trunk because that nullifies the source control bindings and makes it impossible for team collaboration.
All of this, of course, only relates to development because the users receive a single, optimized compressed archive to deploy to their web servers.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
You are very rude and inconsiderate. Thund3rstruck has done an awesome job with this system. To come in like you did and blast his efforts is totally uncool. Thumbs down to your arrogance.
CodeMasterMP
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
Hi,
I can't get the user management settings to work due to the missing file 'manage.aspx'.
I need to be able to edit the user database and change the administrator name and password. I am assuming this is handled in the missing manage.aspx.
Mark
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
No, there hasn't been a manage.aspx page since the first release more than a year ago. The database settings are set in the NHibernate.Config file. Please refer to the project site [^]for support.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Thanks. I'll check with the project site. But I dont want to change any of the database connection stuff in NHibernate. I just need user management.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Yup, but that's not how it works. Since release 2.0 we only support SqLite and the location to the SqLite database files has to be set in NHibernate.config. As far as users go, we haven't implemented user management yet. Anyone can register for an account and there is no 'administrator' role established; we fall back on Windows NTFS permissions for that.
But yea, feel free to post to the project site.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
Hi, i got the following error,while trying to run the application By the way,what we need to install to let the sqllite work on my machine Regards
mshehadeh
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Refer to the website dedicated to this project. http://www.nealosis.com
Follow the installation instructions on the wiki.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
The MP3-CMS Team is proud to present revision 1.5.0. This is the culmination of a LOT of time and effort and we're excited about what we've been able to accomplish in this pass. There is just too much to annotate all the changes here since there have been some 100+ commits to the subversion server since v1.2.0.
Major Changes:
* No more MS SQL Server: the backend runs entirly on SQLite (a free open source database) with NHibernate wrappers * No more Impersonation: The website now uses forms authentication * Scanner integration: The scanner is now built into the website entirely. It watches your music path and adds/removes records accordingly * User specific profiles: Each user now has data specific to his/her usage. This includes: + Users can rate tracks and those ratings only apply to them + Users have their own private playlists + Users can comment on albums * Online album review scraping: You can now scrape album reviews from online sources * Song Lyrics: Consume lyrics from lyricWiki.org and save them in the database * Usage Monitoring: The CMS now keeps track of the amount of times you play specific songs * New Smart Playlists: + Generate playlists based on your star ratings + Generate playlists based on the most played tracks in your collection * Simple setup: The only settings to enter are the path to your App_Data folder and the path to scan (watch) * Dynamic playlists/album art: Playlists are generated on the fly and not cached and album are is extracted directly from mp3 files if there is no folder.jpg file found
.... And much, much more.
Regards, Administrator
|
| Sign In·View Thread·PermaLink | 4.20/5 (2 votes) |
|
|
|
 |
|
|
hi When u select some track to play is show the WAITING ANIMATION and after that do nothing. What will be the reason ??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Because as it says in the main page, it is the demo. This is a demonstration of how it will look and feel when you set it up on your server. THE DEMO WILL NOT PLAY MUSIC , obviously for legal reasons.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
"We just want to make sure that everything we use is open source and can be freely redistributed." So is there something in current solution that is not open source???
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
No, everything is open source. I cited all the additional components in the article and where to obtain the source & the original authors of those components. I made it a point in this project to only code myself what was absolutely necessary (the web UI, scanner, & database bits).
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
hi I just configure the application according to help file but when I try to run the scanner it give message "Adding: abc.mp3" and after sometime all of sudden microsoft window msg came "Scanner has encounter a problem and need to close"
Y is it so???
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |