Home
last modified time | relevance | path

Searched refs:f_track (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DSong_Preview.php61 public $f_track; variable in Ampache\\Repository\\Model\\Song_Preview
253 $this->f_track = $this->track;
H A DSong.php251 public $f_track; variable in Ampache\\Repository\\Model\\Song
1705 $this->f_track = (string)$this->track;
H A DCatalog.php3112 …l . '","' . $song->f_album_full . '","' . $song->f_time . '","' . $song->f_track . '","' . $song->…
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Song/Tag/
H A DSongTagWriter.php273 $meta['tracknumber'] = $song->f_track;
348 $meta['track_number'] = $song->f_track;
/dports/audio/ampache/ampache-php74-5.0.0/tests/Gui/Song/
H A DSongViewAdapterTest.php251 $this->song->f_track = $trackNumber;
/dports/audio/ampache/ampache-php74-5.0.0/src/Gui/Song/
H A DSongViewAdapter.php437 return $this->song->f_track;