Skip to main content

Questions tagged [subsonic]

SubSonic is A Super High-fidelity Batman Utility Belt that works up your Data Access (using Linq in 3.0), throws in some much-needed utility functions, and generally speeds along your dev cycle.

subsonic
-2 votes
1 answer
39 views

How to list a property of an entity in C# that is of list type in the front end?

I have the class below Person and it has a list of its dependents. My question is how to render this on the screen, let's say I have a table of people and when clicking on one another table of ...
AgnesJes's user avatar
1 vote
0 answers
148 views

ffmpeg transcode ONLY if downsampling

I'm using Airsonic as a home music server. It has ffmpeg transcoding capabilities. I'd like to transcode audio ONLY IF input stream has higher parameters (any of kb/s, bit, kHz). And leave native ...
Shurov's user avatar
  • 401
1 vote
1 answer
33 views

Subsonic ORM Generator Output in CHINESE

Running VS 2017. I have been using the Subsonic ORM in my ASP.NET web application for a while now. All of a sudden when I run it (via a command I setup as an external tool in VS) the output is in ...
WebDevGuy2's user avatar
  • 1,219
0 votes
1 answer
398 views

How to Increasing the Command Timeout in CodingHorror("my sql query").Execute();

I am trying to create a database backup and using CodingHorror to execute my command as below. CodingHorror("my sql query").Execute(); My database size is big and it takes about 2 minutes to ...
Saroz Maharjan's user avatar
0 votes
2 answers
113 views

What happens if I use `AndExpression` without `CloseExpression`

I have this subsonic query: Select.AllColumnsFrom<Data.Group>() .Where(Data.Group.GroupIDColumn).IsNotEqualTo(m_sRootGroupID) .AndExpression(Data.Group.Columns.OwnerPersonID).IsEqualTo(...
xGeo's user avatar
  • 2,159
0 votes
1 answer
540 views

Html5 audio on Chromecast - SSL

Playing around with Html5 audio element on Chromecast with the source pointing to my instance of a Subsonic music server. You can set the music server to serve over http or https. If https, the audio ...
milleph's user avatar
  • 472
0 votes
1 answer
61 views

Why am I getting this error after updating the VS Project

I have been tasked with updating an ASP.net Visual Studio 2005 project to Visual Studio 2013. The original project used a product called Subsonic version 2.2 and several Telerik controls. I have ...
Perry's user avatar
  • 1,317
-2 votes
1 answer
72 views

2Wire router port forwarding

I am having some trouble allowing my 2wire router (provided by AT&T to forward certain ports. I have a raspberry pi running subsonic (a music server) and I would like to access it from the ...
d4rk0wl's user avatar
0 votes
1 answer
284 views

Subsonic and SQL Server 2014 Web Edition

We have just upgraded our database from SQL Server Express to SQL Server 2014 Web Edition. We are also, and don't ask me why, using Subsonic as our database provider. As soon as we pointed our code ...
griegs's user avatar
  • 22.7k
0 votes
1 answer
213 views

RestSharp: ItemChoice always null

I'm new to RestSharp and trying to access my subsonic server through the subsonic-api. Every Response in wrapped in a subsonic-response Tag, e.g. <subsonic-response xmlns="http://subsonic.org/...
Rob's user avatar
  • 115
4 votes
1 answer
427 views

how to force Jetty to recompile jsp servlet

I'm running subsonic-5.2.1 media server on ubuntu 14.04.2 server which utilizes Jetty (not sure the version). I added a custom jsp file to the project called jtest.jsp and then modified the web.xml ...
Jpsh's user avatar
  • 1,717
0 votes
2 answers
2k views

Searching and streaming music from android

I am working on a project which involves searching a song based on track name, artist or album and then stream that song on android app. Is it possible for android app to interact with spotify/...
Tanuj Chawla's user avatar
1 vote
1 answer
140 views

Error in windows application "SubSonic.SqlQuery.ExecuteAsCollection[ListType]()"

I'm running a windows application(x86) platform in a windows server 2012(x64) and I'm using a SubSonic to get data from the SQLserver. And I got this error from try catch Exception at SubSonic....
mark angkad's user avatar
4 votes
2 answers
33k views

WCF service Exception:The formatter threw an exception while trying to deserialize the message

The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:GetPatientInsuranceInformationResult. The ...
user632299's user avatar
2 votes
0 answers
151 views

Change DB server at runtime

I have a large vb.net project running on subsonic 2.2. I am looking for a way to change the connection string for subsonic at run-time, based on a separate configuration file. (basically connect with ...
user1088450's user avatar

15 30 50 per page
1
2 3 4 5
80