Questions tagged [media-library]
209 questions
0
votes
1 answer
UnAuthorizedAccessException while accessing the GetPath() method for MediaLibrary
I am really stuck in a weird issue which I couldn't reproduce at my end but it is occurring frequently at user's end. According to stack trace it looks like when the user is navigated to specific page, the app crashes. Following the stack trace of…

user1971051
- 63
- 3
0
votes
0 answers
How to play a song on clicking on list of songs?
I have a media player project for my course. I have a list songs:
…
0
votes
1 answer
app crashing on loading thumbnails from media library
i am integrating picture gallery in my windows phone 8 app.
here's the xaml code :
…

nipun.birla
- 719
- 5
- 19
0
votes
1 answer
Windows Phone music player app plays songs from phone library
Im learning windows phone 8 development recently. And started developing music player that plays from phone library. I used MediaLibrary API to get all songs,albums and its working fine now.
What is the problme now is i've assigned…

Archana
- 3,213
- 1
- 15
- 21
0
votes
1 answer
How should I extend the Django FeinCMS MediaLibrary?
We would like to extend the MediaLibrary of the Django FeinCMS without editing the module code itself.
We want
a few custom fields
and to use a library for individual cropping that we have already.
How should we put everything together?
The…

Philipp Zedler
- 1,660
- 1
- 17
- 36
0
votes
1 answer
Cannot save song from isolated storage, SaveSong method throws InvalidOperationException error
I'm building a FTP application for Windows Phone 8, and want to save the downloaded songs from the isolated storage to the media library. I check if the file exists in isostore, and it returns true, but when I'm using the SaveSong method it always…

user3744413
- 1
- 1
0
votes
2 answers
Sitecore 7.1 Media Library Attach to existing item does not work
This problem occurs throughout various Sitecore 7.1 installations that we have, including clean installations with an existing database. It occurs in Chrome, Firefox and IE10, so far as we have tested. We have installations on Windows 7 local…

Jon-YYC
- 187
- 9
0
votes
1 answer
Capture image with MediaStreamSource
Im using a MediaStreamSource to use the camera... everything works, except when I try to capture the image!
I think the problem is the object MediaStreamSource
public class CameraStreamSourceModel : MediaStreamSource
{
private MemoryStream…

Simone
- 2,304
- 6
- 30
- 79
0
votes
2 answers
WP8 get URI of images in MediaLibrary
As I am using my own LongListSelector to let the user select from an image I need to retrieve the URI's of all images in the Medialibrary. I couldn't find any possibility to do this yet.
All I have seen what is possible is to get the name of the…

4ndro1d
- 2,926
- 7
- 35
- 65
0
votes
1 answer
Wordpress- Uploaded image in 'Media Library' not displaying (insecure content Issue)
I encountered an error while debugging it in developer tab:
The page at ‘https://...' was loaded over HTTPS, but displayed insecure content from ‘http://..../files/2013/12/Penguins-150x150.jpg': this content should also be loaded over HTTPS.
Do…

user2450064
- 113
- 4
- 15
0
votes
1 answer
Windows phone 8 convert Song to Byte array
I want to convert a Song from MediaLibrary to a byte array in order to upload it. Do you know how I could do that?

programmer23
- 533
- 4
- 15
0
votes
1 answer
Accessing Media Library on Kindle fire
I have some Android code that lets a user choose a song on their device:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_PICK);
intent.setData(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI);
…

Richard Lovejoy
- 663
- 10
- 18
0
votes
1 answer
Get stream from path wp8
I want to set an image choosen from picture library as background. So I take the originalname of the choosen photo in IsolatedStorageSetting. But later i do not manage to get the stream of the file from the path.. here the…

Simone
- 2,304
- 6
- 30
- 79
0
votes
1 answer
Error on using SharedMediaTask GetPath() for image sharing
I am trying to share a photo from media library via SharedMediaTask but I am getting error from GetPath(). The error says:
Error 1 'Microsoft.Xna.Framework.Media.MediaLibrary' does not contain a definition for 'GetPath' and the best extension…

json001
- 62
- 1
- 11
0
votes
1 answer
How to get access to documents and videos in windows phone 7
Iam an windows phone developer.I am working on accessing device functionalities.I am having media library which can allow access to pictures and songs. I know there is no access to videos. but i need to know Is there any way to access documents in…

shanthi_karthika
- 915
- 2
- 8
- 22