Метод | Описание | |
---|---|---|
MediaPlayerDatabaseScrobbleViewModel ( ) : IF.Lastfm.Core.Objects |
Constructor.
|
|
ParseFile ( ) : void |
Parses the DBFilePath.
|
|
Preview ( ) : void |
Previews the tracks that will be scrobbled.
|
|
Scrobble ( ) : System.Threading.Tasks.Task |
Scrobbles the selected tracks.
|
|
SelectAll ( ) : void |
Marks all scrobbles as "ToScrobble".
|
|
SelectFile ( ) : void |
Shows an OpenFileDialog and lets the user select a database file. Filter will be applied depending on selected MediaPlayerDatabaseType.
|
|
SelectNone ( ) : void |
Marks all scrobbles as not "ToScrobble".
|
Метод | Описание | |
---|---|---|
CreateScrobbles ( ) : List |
||
ParseItunesConformXML ( ) : void |
Parse the DBFilePath. A lot of media players use the same xml format.
|
|
ParseWMPDatabase ( ) : void |
Parses the windows media player database.
|
|
ToScrobbleChanged ( object sender, |
Notifies the UI that ToScrobble has changed.
|
public MediaPlayerDatabaseScrobbleViewModel ( ) : IF.Lastfm.Core.Objects | ||
Результат | IF.Lastfm.Core.Objects |
public Scrobble ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |