Not sure if you know how to make the app play music or not, but ask if you need help. For the orientation, in your XAML code, you are going to need the following to support landscape:
SupportedOrientations="PortraitOrLandscape"
That goes in your XAML page, above the '>' character near the top...